#71420A

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

Shades of Raw Umber #71420A

Tints of Raw Umber #71420A

Color information

#71420A (or 0x71420A) is unknown color: approx Raw Umber. HEX triplet: 71, 42 and 0A. RGB value is (113,66,10). Sum of RGB (Red+Green+Blue) = 113+66+10=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71420A is #8EBDF5. Grayscale: #494949. Windows color (decimal): -9354742 or 672369. OLE color: 672369.

HSL color Cylindrical-coordinate representation of color #71420A: hue angle of 32.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71420A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1136610-
CMYK00.420.910.56
HSL32.62º83.74%24.12%-
HSV(B)32.62º91.15%44.31%-
XYZ8.817.431.26-
YUV73.6792.07156.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=59.79%
G=34.92%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113661000.420.910.5632.6283.7424.12
Hex7142A02A5B38215418
Octal16110212052133704112430
Binary11100011000010101001010101011011111000100001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71420A; }

 p { color: rgb(113,66,10); }

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

<style>
 a { background-color: #71420A; }

 a { background-color: rgb(113,66,10); }

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

<style>
 span { border-color: #71420A; }

 span { border-color: rgb(113,66,10); }

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