#764B08

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

Shades of Raw Umber #764B08

Tints of Raw Umber #764B08

Color information

#764B08 (or 0x764B08) is unknown color: approx Raw Umber. HEX triplet: 76, 4B and 08. RGB value is (118,75,8). Sum of RGB (Red+Green+Blue) = 118+75+8=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B08 is #89B4F7. Grayscale: #505050. Windows color (decimal): -9024760 or 543606. OLE color: 543606.

HSL color Cylindrical-coordinate representation of color #764B08: hue angle of 36.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764B08 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118758-
CMYK00.360.930.54
HSL36.55º87.3%24.71%-
HSV(B)36.55º93.22%46.27%-
XYZ10.038.91.42-
YUV80.2287.25154.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=58.71%
G=37.31%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11875800.360.930.5436.5587.324.71
Hex764B80245D36255719
Octal16611310044135664512731
Binary11101101001011100001001001011101110110100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,8); }

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

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

 a { background-color: rgb(118,75,8); }

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

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

 span { border-color: rgb(118,75,8); }

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