#76521F

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

Shades of Raw Umber #76521F

Tints of Raw Umber #76521F

Color information

#76521F (or 0x76521F) is unknown color: approx Raw Umber. HEX triplet: 76, 52 and 1F. RGB value is (118,82,31). Sum of RGB (Red+Green+Blue) = 118+82+31=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76521F is #89ADE0. Grayscale: #575757. Windows color (decimal): -9022945 or 2052726. OLE color: 2052726.

HSL color Cylindrical-coordinate representation of color #76521F: hue angle of 35.17º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76521F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1188231-
CMYK00.310.740.54
HSL35.17º58.39%29.22%-
HSV(B)35.17º73.73%46.27%-
XYZ10.749.992.66-
YUV86.9596.43150.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=51.08%
G=35.50%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118823100.310.740.5435.1758.3929.22
Hex76521F01F4A36233a1d
Octal1661223703711266437235
Binary1110110101001011111011111100101011011010001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76521F; }

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

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

<style>
 a { background-color: #76521F; }

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

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

<style>
 span { border-color: #76521F; }

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

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