#71480D

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

Shades of Raw Umber #71480D

Tints of Raw Umber #71480D

Color information

#71480D (or 0x71480D) is unknown color: approx Raw Umber. HEX triplet: 71, 48 and 0D. RGB value is (113,72,13). Sum of RGB (Red+Green+Blue) = 113+72+13=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71480D is #8EB7F2. Grayscale: #4D4D4D. Windows color (decimal): -9353203 or 870513. OLE color: 870513.

HSL color Cylindrical-coordinate representation of color #71480D: hue angle of 35.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71480D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1137213-
CMYK00.360.880.56
HSL35.4º79.37%24.71%-
HSV(B)35.4º88.5%44.31%-
XYZ9.28.171.47-
YUV77.5391.58153.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=57.07%
G=36.36%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113721300.360.880.5635.479.3724.71
Hex7148D0245838234f19
Octal16111015044130704311731
Binary11100011001000110101001001011000111000100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,72,13); }

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

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

 a { background-color: rgb(113,72,13); }

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

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

 span { border-color: rgb(113,72,13); }

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