#71531D

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

Shades of Raw Umber #71531D

Tints of Raw Umber #71531D

Color information

#71531D (or 0x71531D) is unknown color: approx Raw Umber. HEX triplet: 71, 53 and 1D. RGB value is (113,83,29). Sum of RGB (Red+Green+Blue) = 113+83+29=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71531D is #8EACE2. Grayscale: #565656. Windows color (decimal): -9350371 or 1921905. OLE color: 1921905.

HSL color Cylindrical-coordinate representation of color #71531D: hue angle of 38.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71531D is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1138329-
CMYK00.270.740.56
HSL38.57º59.15%27.84%-
HSV(B)38.57º74.34%44.31%-
XYZ10.139.792.52-
YUV85.8195.94147.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 29 (11.72% from 255) = 12.89%
R=50.22%
G=36.89%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113832900.270.740.5638.5759.1527.84
Hex71531D01B4A38273b1c
Octal1611233503311270477334
Binary1110001101001111101011011100101011100010011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71531D; }

 p { color: rgb(113,83,29); }

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

<style>
 a { background-color: #71531D; }

 a { background-color: rgb(113,83,29); }

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

<style>
 span { border-color: #71531D; }

 span { border-color: rgb(113,83,29); }

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