Html Css Color HEX #872C28 Burnt Umber

📋 copy color: '#872C28'

red 135 ◦ green 44 ◦ blue 40

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

Shades of Burnt Umber #872C28

Tints of Burnt Umber #872C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.26%

R = 61.64%
G = 20.09%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#872C28 (or 0x872C28) is known color: Burnt Umber. HEX triplet: 87, 2C and 28. RGB value is (135,44,40). Sum of RGB (Red+Green+Blue) = 135+44+40=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #872C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C28 is #78D3D7. Grayscale: #464646. Windows color (decimal): -7918552 or 2632839. OLE color: 2632839.

HSL color Cylindrical-coordinate representation of color #872C28: hue angle of 2.53º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872C28 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 40 -
CMYK 0 0.67 0.70 0.47
HSL 2.53º 0.54% 0.34% -
HSV(B) 2.53º 0.7% 0.53% -
XYZ 11.28 7.11 2.78 -
YUV 70.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 135 44 40 0 0.67 0.70 0.47 2.53 0.54 0.34
Hex 87 2C 28 0 43 46 2F 3 36 22
Octal 207 54 50 0 103 106 57 3 66 42
Binary 10000111 101100 101000 0 1000011 1000110 101111 11 110110 100010

Color Harmonies of #872C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C28

Black with #872C28

Text Example


Text Example

White with #872C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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