Html Css Color HEX #87280A Burnt Umber

📋 copy color: '#87280A'

red 135 ◦ green 40 ◦ blue 10

#87280A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #87280A

Tints of Burnt Umber #87280A

RGB

 RED value IS 135 (53.13% from 255) = 72.97%

 GREEN value IS 40 (16.02% from 255) = 21.62%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 72.97%
G = 21.62%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87280A (or 0x87280A) is known color: Burnt Umber. HEX triplet: 87, 28 and 0A. RGB value is (135,40,10). Sum of RGB (Red+Green+Blue) = 135+40+10=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87280A is #78D7F5. Grayscale: #414141. Windows color (decimal): -7919606 or 665735. OLE color: 665735.

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

Color convert

RGB 135 40 10 -
CMYK 0 0.70 0.93 0.47
HSL 14.4º 0.86% 0.28% -
HSV(B) 14.4º 0.93% 0.53% -
XYZ 10.81 6.69 1.01 -
YUV 64.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 135 40 10 0 0.70 0.93 0.47 14.4 0.86 0.28
Hex 87 28 A 0 46 5D 2F E 56 1C
Octal 207 50 12 0 106 135 57 16 126 34
Binary 10000111 101000 1010 0 1000110 1011101 101111 1110 1010110 11100

Color Harmonies of #87280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87280A

Black with #87280A

Text Example


Text Example

White with #87280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87280A;
 }
 .AnyTagClassName
 {
   color: #87280A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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