#76511D

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

Shades of Raw Umber #76511D

Tints of Raw Umber #76511D

Color information

#76511D (or 0x76511D) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 1D. RGB value is (118,81,29). Sum of RGB (Red+Green+Blue) = 118+81+29=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511D is #89AEE2. Grayscale: #565656. Windows color (decimal): -9023203 or 1921398. OLE color: 1921398.

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

Color convert

RGB1188129-
CMYK00.310.750.54
HSL35.06º60.54%28.82%-
HSV(B)35.06º75.42%46.27%-
XYZ10.649.832.5-
YUV86.1495.76150.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 29 (11.72% from 255) = 12.72%
R=51.75%
G=35.53%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118812900.310.750.5435.0660.5428.82
Hex76511D01F4B36233d1d
Octal1661213503711366437535
Binary1110110101000111101011111100101111011010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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