#71520B

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

Shades of Raw Umber #71520B

Tints of Raw Umber #71520B

Color information

#71520B (or 0x71520B) is unknown color: approx Raw Umber. HEX triplet: 71, 52 and 0B. RGB value is (113,82,11). Sum of RGB (Red+Green+Blue) = 113+82+11=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71520B is #8EADF4. Grayscale: #535353. Windows color (decimal): -9350645 or 742001. OLE color: 742001.

HSL color Cylindrical-coordinate representation of color #71520B: hue angle of 41.76º 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 #71520B is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1138211-
CMYK00.270.900.56
HSL41.76º82.26%24.31%-
HSV(B)41.76º90.27%44.31%-
XYZ9.899.571.64-
YUV83.1887.27149.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=54.85%
G=39.81%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113821100.270.900.5641.7682.2624.31
Hex7152B01B5A382a5218
Octal16112213033132705212230
Binary1110001101001010110110111011010111000101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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