#76511F

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

Shades of Raw Umber #76511F

Tints of Raw Umber #76511F

Color information

#76511F (or 0x76511F) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 1F. RGB value is (118,81,31). Sum of RGB (Red+Green+Blue) = 118+81+31=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511F is #89AEE0. Grayscale: #565656. Windows color (decimal): -9023201 or 2052470. OLE color: 2052470.

HSL color Cylindrical-coordinate representation of color #76511F: hue angle of 34.48º 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 #76511F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1188131-
CMYK00.310.740.54
HSL34.48º58.39%29.22%-
HSV(B)34.48º73.73%46.27%-
XYZ10.669.842.63-
YUV86.3696.76150.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=51.30%
G=35.22%
B=13.48%

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
Decimal118813100.310.740.5434.4858.3929.22
Hex76511F01F4A36223a1d
Octal1661213703711266427235
Binary1110110101000111111011111100101011011010001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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