#71511D

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

Shades of Raw Umber #71511D

Tints of Raw Umber #71511D

Color information

#71511D (or 0x71511D) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 1D. RGB value is (113,81,29). Sum of RGB (Red+Green+Blue) = 113+81+29=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71511D is #8EAEE2. Grayscale: #545454. Windows color (decimal): -9350883 or 1921393. OLE color: 1921393.

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

Color convert

RGB1138129-
CMYK00.280.740.56
HSL37.14º59.15%27.84%-
HSV(B)37.14º74.34%44.31%-
XYZ9.979.482.47-
YUV84.6496.6148.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=50.67%
G=36.32%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113812900.280.740.5637.1459.1527.84
Hex71511D01C4A38253b1c
Octal1611213503411270457334
Binary1110001101000111101011100100101011100010010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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