Html Css Color HEX #872A14 Burnt Umber

📋 copy color: '#872A14'

red 135 ◦ green 42 ◦ blue 20

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

Shades of Burnt Umber #872A14

Tints of Burnt Umber #872A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 68.53%
G = 21.32%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#872A14 (or 0x872A14) is known color: Burnt Umber. HEX triplet: 87, 2A and 14. RGB value is (135,42,20). Sum of RGB (Red+Green+Blue) = 135+42+20=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #872A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A14 is #78D5EB. Grayscale: #434343. Windows color (decimal): -7919084 or 1321607. OLE color: 1321607.

HSL color Cylindrical-coordinate representation of color #872A14: hue angle of 11.48º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #872A14 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 20 -
CMYK 0 0.69 0.85 0.47
HSL 11.48º 0.74% 0.3% -
HSV(B) 11.48º 0.85% 0.53% -
XYZ 10.95 6.86 1.41 -
YUV 67.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 135 42 20 0 0.69 0.85 0.47 11.48 0.74 0.3
Hex 87 2A 14 0 45 55 2F B 4A 1E
Octal 207 52 24 0 105 125 57 13 112 36
Binary 10000111 101010 10100 0 1000101 1010101 101111 1011 1001010 11110

Color Harmonies of #872A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A14

Black with #872A14

Text Example


Text Example

White with #872A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A14; }

 p { color: rgb(135,42,20); }

 H1.HeaderClassName
 {
   color: #872A14;
 }
 .AnyTagClassName
 {
   color: #872A14;
 }
</style>

background-color css

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

 a { background-color: rgb(135,42,20); }

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

border-color css

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

 span { border-color: rgb(135,42,20); }

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