#71440E

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

Shades of Raw Umber #71440E

Tints of Raw Umber #71440E

Color information

#71440E (or 0x71440E) is unknown color: approx Raw Umber. HEX triplet: 71, 44 and 0E. RGB value is (113,68,14). Sum of RGB (Red+Green+Blue) = 113+68+14=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71440E is #8EBBF1. Grayscale: #4B4B4B. Windows color (decimal): -9354226 or 935025. OLE color: 935025.

HSL color Cylindrical-coordinate representation of color #71440E: hue angle of 32.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71440E is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1136814-
CMYK00.400.880.56
HSL32.73º77.95%24.9%-
HSV(B)32.73º87.61%44.31%-
XYZ8.967.681.43-
YUV75.393.41154.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=57.95%
G=34.87%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113681400.400.880.5632.7377.9524.9
Hex7144E0285838214e19
Octal16110416050130704111631
Binary11100011000100111001010001011000111000100001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,68,14); }

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

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

 a { background-color: rgb(113,68,14); }

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

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

 span { border-color: rgb(113,68,14); }

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