#764E18

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

Shades of Raw Umber #764E18

Tints of Raw Umber #764E18

Color information

#764E18 (or 0x764E18) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 18. RGB value is (118,78,24). Sum of RGB (Red+Green+Blue) = 118+78+24=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E18 is #89B1E7. Grayscale: #545454. Windows color (decimal): -9023976 or 1592950. OLE color: 1592950.

HSL color Cylindrical-coordinate representation of color #764E18: hue angle of 34.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #764E18 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1187824-
CMYK00.340.800.54
HSL34.47º66.2%27.84%-
HSV(B)34.47º79.66%46.27%-
XYZ10.369.372.13-
YUV83.894.25152.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=53.64%
G=35.45%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118782400.340.800.5434.4766.227.84
Hex764E18022503622421c
Octal16611630042120664210234
Binary111011010011101100001000101010000110110100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,24); }

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

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

 a { background-color: rgb(118,78,24); }

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

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

 span { border-color: rgb(118,78,24); }

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