#764212

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

Shades of Raw Umber #764212

Tints of Raw Umber #764212

Color information

#764212 (or 0x764212) is unknown color: approx Raw Umber. HEX triplet: 76, 42 and 12. RGB value is (118,66,18). Sum of RGB (Red+Green+Blue) = 118+66+18=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #764212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764212 is #89BDED. Grayscale: #4C4C4C. Windows color (decimal): -9027054 or 1196662. OLE color: 1196662.

HSL color Cylindrical-coordinate representation of color #764212: hue angle of 28.8º 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 #764212 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1186618-
CMYK00.440.850.54
HSL28.8º73.53%26.67%-
HSV(B)28.8º84.75%46.27%-
XYZ9.537.791.57-
YUV76.0895.23157.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=58.42%
G=32.67%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118661800.440.850.5428.873.5326.67
Hex76421202C55361d4a1b
Octal16610222054125663511233
Binary11101101000010100100101100101010111011011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764212; }

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

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

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

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

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

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

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

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