Html Css Color HEX #872A15 Burnt Umber

📋 copy color: '#872A15'

red 135 ◦ green 42 ◦ blue 21

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

Shades of Burnt Umber #872A15

Tints of Burnt Umber #872A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 68.18%
G = 21.21%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#872A15 (or 0x872A15) is known color: Burnt Umber. HEX triplet: 87, 2A and 15. RGB value is (135,42,21). Sum of RGB (Red+Green+Blue) = 135+42+21=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #872A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A15 is #78D5EA. Grayscale: #434343. Windows color (decimal): -7919083 or 1387143. OLE color: 1387143.

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

Color convert

RGB 135 42 21 -
CMYK 0 0.69 0.84 0.47
HSL 11.05º 0.73% 0.31% -
HSV(B) 11.05º 0.84% 0.53% -
XYZ 10.96 6.86 1.46 -
YUV 67.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 135 42 21 0 0.69 0.84 0.47 11.05 0.73 0.31
Hex 87 2A 15 0 45 54 2F B 49 1F
Octal 207 52 25 0 105 124 57 13 111 37
Binary 10000111 101010 10101 0 1000101 1010100 101111 1011 1001001 11111

Color Harmonies of #872A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A15

Black with #872A15

Text Example


Text Example

White with #872A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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