#76511B

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

Shades of Raw Umber #76511B

Tints of Raw Umber #76511B

Color information

#76511B (or 0x76511B) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 1B. RGB value is (118,81,27). Sum of RGB (Red+Green+Blue) = 118+81+27=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511B is #89AEE4. Grayscale: #565656. Windows color (decimal): -9023205 or 1790326. OLE color: 1790326.

HSL color Cylindrical-coordinate representation of color #76511B: hue angle of 35.6º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76511B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1188127-
CMYK00.310.770.54
HSL35.6º62.76%28.43%-
HSV(B)35.6º77.12%46.27%-
XYZ10.619.822.37-
YUV85.9194.76150.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 81 (32.03% from 255) = 35.84%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=52.21%
G=35.84%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118812700.310.770.5435.662.7628.43
Hex76511B01F4D36243f1c
Octal1661213303711566447734
Binary1110110101000111011011111100110111011010010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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