#71511E

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

Shades of Raw Umber #71511E

Tints of Raw Umber #71511E

Color information

#71511E (or 0x71511E) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 1E. RGB value is (113,81,30). Sum of RGB (Red+Green+Blue) = 113+81+30=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71511E is #8EAEE1. Grayscale: #545454. Windows color (decimal): -9350882 or 1986929. OLE color: 1986929.

HSL color Cylindrical-coordinate representation of color #71511E: hue angle of 36.87º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71511E is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1138130-
CMYK00.280.730.56
HSL36.87º58.04%28.04%-
HSV(B)36.87º73.45%44.31%-
XYZ9.999.492.53-
YUV84.7597.1148.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=50.45%
G=36.16%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113813000.280.730.5636.8758.0428.04
Hex71511E01C4938253a1c
Octal1611213603411170457234
Binary1110001101000111110011100100100111100010010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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