#71501E

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

Shades of Raw Umber #71501E

Tints of Raw Umber #71501E

Color information

#71501E (or 0x71501E) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 1E. RGB value is (113,80,30). Sum of RGB (Red+Green+Blue) = 113+80+30=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71501E is #8EAFE1. Grayscale: #545454. Windows color (decimal): -9351138 or 1986673. OLE color: 1986673.

HSL color Cylindrical-coordinate representation of color #71501E: hue angle of 36.14º 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 #71501E is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1138030-
CMYK00.290.730.56
HSL36.14º58.04%28.04%-
HSV(B)36.14º73.45%44.31%-
XYZ9.919.342.51-
YUV84.1797.43148.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=50.67%
G=35.87%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113803000.290.730.5636.1458.0428.04
Hex71501E01D4938243a1c
Octal1611203603511170447234
Binary1110001101000011110011101100100111100010010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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