#764A0D

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

Shades of Raw Umber #764A0D

Tints of Raw Umber #764A0D

Color information

#764A0D (or 0x764A0D) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 0D. RGB value is (118,74,13). Sum of RGB (Red+Green+Blue) = 118+74+13=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A0D is #89B5F2. Grayscale: #505050. Windows color (decimal): -9025011 or 871030. OLE color: 871030.

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

Color convert

RGB1187413-
CMYK00.370.890.54
HSL34.86º80.15%25.69%-
HSV(B)34.86º88.98%46.27%-
XYZ9.998.781.55-
YUV80.290.08154.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=57.56%
G=36.10%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118741300.370.890.5434.8680.1525.69
Hex764AD025593623501a
Octal16611215045131664312032
Binary11101101001010110101001011011001110110100011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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