#71521C

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

Shades of Raw Umber #71521C

Tints of Raw Umber #71521C

Color information

#71521C (or 0x71521C) is unknown color: approx Raw Umber. HEX triplet: 71, 52 and 1C. RGB value is (113,82,28). Sum of RGB (Red+Green+Blue) = 113+82+28=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71521C is #8EADE3. Grayscale: #555555. Windows color (decimal): -9350628 or 1856113. OLE color: 1856113.

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

Color convert

RGB1138228-
CMYK00.270.750.56
HSL38.12º60.28%27.65%-
HSV(B)38.12º75.22%44.31%-
XYZ10.049.632.43-
YUV85.1195.77147.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=50.67%
G=36.77%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113822800.270.750.5638.1260.2827.65
Hex71521C01B4B38263c1c
Octal1611223403311370467434
Binary1110001101001011100011011100101111100010011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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