#71571A

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

Shades of Raw Umber #71571A

Tints of Raw Umber #71571A

Color information

#71571A (or 0x71571A) is unknown color: approx Raw Umber. HEX triplet: 71, 57 and 1A. RGB value is (113,87,26). Sum of RGB (Red+Green+Blue) = 113+87+26=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71571A is #8EA8E5. Grayscale: #585858. Windows color (decimal): -9349350 or 1726321. OLE color: 1726321.

HSL color Cylindrical-coordinate representation of color #71571A: hue angle of 42.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71571A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1138726-
CMYK00.230.770.56
HSL42.07º62.59%27.25%-
HSV(B)42.07º76.99%44.31%-
XYZ10.410.42.44-
YUV87.8293.11145.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=50%
G=38.50%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113872600.230.770.5642.0762.5927.25
Hex71571A0174D382a3f1b
Octal1611273202711570527733
Binary1110001101011111010010111100110111100010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,87,26); }

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

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

 a { background-color: rgb(113,87,26); }

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

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

 span { border-color: rgb(113,87,26); }

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