#76570C

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

Shades of Raw Umber #76570C

Tints of Raw Umber #76570C

Color information

#76570C (or 0x76570C) is unknown color: approx Raw Umber. HEX triplet: 76, 57 and 0C. RGB value is (118,87,12). Sum of RGB (Red+Green+Blue) = 118+87+12=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570C is #89A8F3. Grayscale: #585858. Windows color (decimal): -9021684 or 808822. OLE color: 808822.

HSL color Cylindrical-coordinate representation of color #76570C: hue angle of 42.45º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76570C is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1188712-
CMYK00.260.900.54
HSL42.45º81.54%25.49%-
HSV(B)42.45º89.83%46.27%-
XYZ10.9510.691.84-
YUV87.7285.27149.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=54.38%
G=40.09%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118871200.260.900.5442.4581.5425.49
Hex7657C01A5A362a5219
Octal16612714032132665212231
Binary1110110101011111000110101011010110110101010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76570C; }

 p { color: rgb(118,87,12); }

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

<style>
 a { background-color: #76570C; }

 a { background-color: rgb(118,87,12); }

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

<style>
 span { border-color: #76570C; }

 span { border-color: rgb(118,87,12); }

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