#764A12

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

Shades of Raw Umber #764A12

Tints of Raw Umber #764A12

Color information

#764A12 (or 0x764A12) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 12. RGB value is (118,74,18). Sum of RGB (Red+Green+Blue) = 118+74+18=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A12 is #89B5ED. Grayscale: #515151. Windows color (decimal): -9025006 or 1198710. OLE color: 1198710.

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

Color convert

RGB1187418-
CMYK00.370.850.54
HSL33.6º73.53%26.67%-
HSV(B)33.6º84.75%46.27%-
XYZ10.038.791.74-
YUV80.7792.58154.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 18 (7.42% from 255) = 8.57%
R=56.19%
G=35.24%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118741800.370.850.5433.673.5326.67
Hex764A120255536224a1b
Octal16611222045125664211233
Binary111011010010101001001001011010101110110100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A12; }

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

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

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

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

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

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

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

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