#765012

Color #765012 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #765012

Tints of Raw Umber #765012

Color information

#765012 (or 0x765012) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 12. RGB value is (118,80,18). Sum of RGB (Red+Green+Blue) = 118+80+18=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #765012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765012 is #89AFED. Grayscale: #545454. Windows color (decimal): -9023470 or 1200246. OLE color: 1200246.

HSL color Cylindrical-coordinate representation of color #765012: hue angle of 37.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765012 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1188018-
CMYK00.320.850.54
HSL37.2º73.53%26.67%-
HSV(B)37.2º84.75%46.27%-
XYZ10.459.631.88-
YUV84.2990.59152.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=54.63%
G=37.04%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118801800.320.850.5437.273.5326.67
Hex7650120205536254a1b
Octal16612022040125664511233
Binary111011010100001001001000001010101110110100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765012; }

 p { color: rgb(118,80,18); }

 H1.HeaderClassName
 {
   color: #765012;
 }
 .AnyTagClassName
 {
   color: #765012;
 }
</style>
background-color css

<style>
 a { background-color: #765012; }

 a { background-color: rgb(118,80,18); }

 div.DivClassName
 {
   background-color: #765012;
 }
 .BgClassName
 {
   background-color: #765012;
 }
</style>
border-color css

<style>
 span { border-color: #765012; }

 span { border-color: rgb(118,80,18); }

 td.TdClassName
 {
   border-color: #765012;
 }
 .TagClassName
 {
   border-color: #765012;
 }
</style>