Html Css Color HEX #872D1E Burnt Umber

📋 copy color: '#872D1E'

red 135 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #872D1E

Tints of Burnt Umber #872D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.43%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#872D1E (or 0x872D1E) is known color: Burnt Umber. HEX triplet: 87, 2D and 1E. RGB value is (135,45,30). Sum of RGB (Red+Green+Blue) = 135+45+30=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #872D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D1E is #78D2E1. Grayscale: #464646. Windows color (decimal): -7918306 or 1977735. OLE color: 1977735.

HSL color Cylindrical-coordinate representation of color #872D1E: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #872D1E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 45 30 -
CMYK 0 0.67 0.78 0.47
HSL 8.57º 0.64% 0.32% -
HSV(B) 8.57º 0.78% 0.53% -
XYZ 11.16 7.12 2.01 -
YUV 70.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 135 45 30 0 0.67 0.78 0.47 8.57 0.64 0.32
Hex 87 2D 1E 0 43 4E 2F 9 40 20
Octal 207 55 36 0 103 116 57 11 100 40
Binary 10000111 101101 11110 0 1000011 1001110 101111 1001 1000000 100000

Color Harmonies of #872D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D1E

Black with #872D1E

Text Example


Text Example

White with #872D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,30); }

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

background-color css

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

 a { background-color: rgb(135,45,30); }

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

border-color css

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

 span { border-color: rgb(135,45,30); }

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