#71550C

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

Shades of Raw Umber #71550C

Tints of Raw Umber #71550C

Color information

#71550C (or 0x71550C) is unknown color: approx Raw Umber. HEX triplet: 71, 55 and 0C. RGB value is (113,85,12). Sum of RGB (Red+Green+Blue) = 113+85+12=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71550C is #8EAAF3. Grayscale: #555555. Windows color (decimal): -9349876 or 808305. OLE color: 808305.

HSL color Cylindrical-coordinate representation of color #71550C: hue angle of 43.37º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71550C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1138512-
CMYK00.250.890.56
HSL43.37º80.8%24.51%-
HSV(B)43.37º89.38%44.31%-
XYZ10.1210.031.75-
YUV85.0586.78147.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 12 (5.08% from 255) = 5.71%
R=53.81%
G=40.48%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113851200.250.890.5643.3780.824.51
Hex7155C01959382b5119
Octal16112514031131705312131
Binary1110001101010111000110011011001111000101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71550C; }

 p { color: rgb(113,85,12); }

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

<style>
 a { background-color: #71550C; }

 a { background-color: rgb(113,85,12); }

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

<style>
 span { border-color: #71550C; }

 span { border-color: rgb(113,85,12); }

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