Html Css Color HEX #872C20 Burnt Umber

📋 copy color: '#872C20'

red 135 ◦ green 44 ◦ blue 32

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

Shades of Burnt Umber #872C20

Tints of Burnt Umber #872C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 63.98%
G = 20.85%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#872C20 (or 0x872C20) is known color: Burnt Umber. HEX triplet: 87, 2C and 20. RGB value is (135,44,32). Sum of RGB (Red+Green+Blue) = 135+44+32=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #872C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C20 is #78D3DF. Grayscale: #454545. Windows color (decimal): -7918560 or 2108551. OLE color: 2108551.

HSL color Cylindrical-coordinate representation of color #872C20: hue angle of 6.99º degrees, saturation: 0.62, 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 #872C20 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 32 -
CMYK 0 0.67 0.76 0.47
HSL 6.99º 0.62% 0.33% -
HSV(B) 6.99º 0.76% 0.53% -
XYZ 11.15 7.06 2.14 -
YUV 69.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 135 44 32 0 0.67 0.76 0.47 6.99 0.62 0.33
Hex 87 2C 20 0 43 4C 2F 7 3E 21
Octal 207 54 40 0 103 114 57 7 76 41
Binary 10000111 101100 100000 0 1000011 1001100 101111 111 111110 100001

Color Harmonies of #872C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C20

Black with #872C20

Text Example


Text Example

White with #872C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,44,32); }

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

background-color css

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

 a { background-color: rgb(135,44,32); }

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

border-color css

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

 span { border-color: rgb(135,44,32); }

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