#873021

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

Shades of Burnt Umber #873021

Tints of Burnt Umber #873021

Color information

#873021 (or 0x873021) is unknown color: approx Burnt Umber. HEX triplet: 87, 30 and 21. RGB value is (135,48,33). Sum of RGB (Red+Green+Blue) = 135+48+33=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #873021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873021 is #78CFDE. Grayscale: #484848. Windows color (decimal): -7917535 or 2175111. OLE color: 2175111.

HSL color Cylindrical-coordinate representation of color #873021: hue angle of 8.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873021 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1354833-
CMYK00.640.760.47
HSL8.82º60.71%32.94%-
HSV(B)8.82º75.56%52.94%-
XYZ11.327.372.27-
YUV72.3105.82172.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=62.5%
G=22.22%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135483300.640.760.478.8260.7132.94
Hex8730210404C2F93d21
Octal2076041010011457117541
Binary100001111100001000010100000010011001011111001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873021; }

 p { color: rgb(135,48,33); }

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

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

 a { background-color: rgb(135,48,33); }

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

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

 span { border-color: rgb(135,48,33); }

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