#764C0D

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

Shades of Raw Umber #764C0D

Tints of Raw Umber #764C0D

Color information

#764C0D (or 0x764C0D) is unknown color: approx Raw Umber. HEX triplet: 76, 4C and 0D. RGB value is (118,76,13). Sum of RGB (Red+Green+Blue) = 118+76+13=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C0D is #89B3F2. Grayscale: #515151. Windows color (decimal): -9024499 or 871542. OLE color: 871542.

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

Color convert

RGB1187613-
CMYK00.360.890.54
HSL36º80.15%25.69%-
HSV(B)36º88.98%46.27%-
XYZ10.139.051.59-
YUV81.3889.41154.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=57.00%
G=36.71%
B=6.28%

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
Decimal118761300.360.890.543680.1525.69
Hex764CD024593624501a
Octal16611415044131664412032
Binary11101101001100110101001001011001110110100100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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