#76520D

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

Shades of Raw Umber #76520D

Tints of Raw Umber #76520D

Color information

#76520D (or 0x76520D) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 0D. RGB value is (118,82,13). Sum of RGB (Red+Green+Blue) = 118+82+13=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76520D is #89ADF2. Grayscale: #555555. Windows color (decimal): -9022963 or 873078. OLE color: 873078.

HSL color Cylindrical-coordinate representation of color #76520D: hue angle of 39.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 #76520D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1188213-
CMYK00.310.890.54
HSL39.43º80.15%25.69%-
HSV(B)39.43º88.98%46.27%-
XYZ10.569.921.74-
YUV84.987.43151.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=55.40%
G=38.50%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118821300.310.890.5439.4380.1525.69
Hex7652D01F593627501a
Octal16612215037131664712032
Binary1110110101001011010111111011001110110100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76520D; }

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

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

<style>
 a { background-color: #76520D; }

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

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

<style>
 span { border-color: #76520D; }

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

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