#76511E

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

Shades of Raw Umber #76511E

Tints of Raw Umber #76511E

Color information

#76511E (or 0x76511E) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 1E. RGB value is (118,81,30). Sum of RGB (Red+Green+Blue) = 118+81+30=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76511E is #89AEE1. Grayscale: #565656. Windows color (decimal): -9023202 or 1986934. OLE color: 1986934.

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

Color convert

RGB1188130-
CMYK00.310.750.54
HSL34.77º59.46%29.02%-
HSV(B)34.77º74.58%46.27%-
XYZ10.659.832.56-
YUV86.2596.26150.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=51.53%
G=35.37%
B=13.10%

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
Decimal118813000.310.750.5434.7759.4629.02
Hex76511E01F4B36233b1d
Octal1661213603711366437335
Binary1110110101000111110011111100101111011010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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