#71400B

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

Shades of Raw Umber #71400B

Tints of Raw Umber #71400B

Color information

#71400B (or 0x71400B) is unknown color: approx Raw Umber. HEX triplet: 71, 40 and 0B. RGB value is (113,64,11). Sum of RGB (Red+Green+Blue) = 113+64+11=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71400B is #8EBFF4. Grayscale: #484848. Windows color (decimal): -9355253 or 737393. OLE color: 737393.

HSL color Cylindrical-coordinate representation of color #71400B: hue angle of 31.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71400B is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1136411-
CMYK00.430.900.56
HSL31.18º82.26%24.31%-
HSV(B)31.18º90.27%44.31%-
XYZ8.77.21.25-
YUV72.6193.23156.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=60.11%
G=34.04%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113641100.430.900.5631.1882.2624.31
Hex7140B02B5A381f5218
Octal16110013053132703712230
Binary1110001100000010110101011101101011100011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71400B; }

 p { color: rgb(113,64,11); }

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

<style>
 a { background-color: #71400B; }

 a { background-color: rgb(113,64,11); }

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

<style>
 span { border-color: #71400B; }

 span { border-color: rgb(113,64,11); }

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