#87281A

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

Shades of Burnt Umber #87281A

Tints of Burnt Umber #87281A

Color information

#87281A (or 0x87281A) is unknown color: approx Burnt Umber. HEX triplet: 87, 28 and 1A. RGB value is (135,40,26). Sum of RGB (Red+Green+Blue) = 135+40+26=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87281A is #78D7E5. Grayscale: #424242. Windows color (decimal): -7919590 or 1714311. OLE color: 1714311.

HSL color Cylindrical-coordinate representation of color #87281A: hue angle of 7.71º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87281A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1354026-
CMYK00.700.810.47
HSL7.71º67.7%31.57%-
HSV(B)7.71º80.74%52.94%-
XYZ10.946.741.7-
YUV66.81104.97176.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=67.16%
G=19.90%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135402600.700.810.477.7167.731.57
Hex87281A046512F84420
Octal20750320106121571010440
Binary100001111010001101001000110101000110111110001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,40,26); }

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

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

 a { background-color: rgb(135,40,26); }

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

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

 span { border-color: rgb(135,40,26); }

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