#764B0D

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

Shades of Raw Umber #764B0D

Tints of Raw Umber #764B0D

Color information

#764B0D (or 0x764B0D) is unknown color: approx Raw Umber. HEX triplet: 76, 4B and 0D. RGB value is (118,75,13). Sum of RGB (Red+Green+Blue) = 118+75+13=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764B0D is #89B4F2. Grayscale: #515151. Windows color (decimal): -9024755 or 871286. OLE color: 871286.

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

Color convert

RGB1187513-
CMYK00.360.890.54
HSL35.43º80.15%25.69%-
HSV(B)35.43º88.98%46.27%-
XYZ10.068.911.57-
YUV80.7989.75154.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=57.28%
G=36.41%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118751300.360.890.5435.4380.1525.69
Hex764BD024593623501a
Octal16611315044131664312032
Binary11101101001011110101001001011001110110100011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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