#764A16

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

Shades of Raw Umber #764A16

Tints of Raw Umber #764A16

Color information

#764A16 (or 0x764A16) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 16. RGB value is (118,74,22). Sum of RGB (Red+Green+Blue) = 118+74+22=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #764A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A16 is #89B5E9. Grayscale: #515151. Windows color (decimal): -9025002 or 1460854. OLE color: 1460854.

HSL color Cylindrical-coordinate representation of color #764A16: hue angle of 32.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764A16 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1187422-
CMYK00.370.810.54
HSL32.5º68.57%27.45%-
HSV(B)32.5º81.36%46.27%-
XYZ10.068.811.93-
YUV81.2394.58154.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=55.14%
G=34.58%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118742200.370.810.5432.568.5727.45
Hex764A16025513620451b
Octal16611226045121664010533
Binary111011010010101011001001011010001110110100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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