Html Css Color HEX #872D1C Burnt Umber

📋 copy color: '#872D1C'

red 135 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #872D1C

Tints of Burnt Umber #872D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 64.9%
G = 21.63%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#872D1C (or 0x872D1C) is known color: Burnt Umber. HEX triplet: 87, 2D and 1C. RGB value is (135,45,28). Sum of RGB (Red+Green+Blue) = 135+45+28=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #872D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D1C is #78D2E3. Grayscale: #464646. Windows color (decimal): -7918308 or 1846663. OLE color: 1846663.

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

Color convert

RGB 135 45 28 -
CMYK 0 0.67 0.79 0.47
HSL 9.53º 0.66% 0.32% -
HSV(B) 9.53º 0.79% 0.53% -
XYZ 11.14 7.11 1.88 -
YUV 69.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 135 45 28 0 0.67 0.79 0.47 9.53 0.66 0.32
Hex 87 2D 1C 0 43 4F 2F A 42 20
Octal 207 55 34 0 103 117 57 12 102 40
Binary 10000111 101101 11100 0 1000011 1001111 101111 1010 1000010 100000

Color Harmonies of #872D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D1C

Black with #872D1C

Text Example


Text Example

White with #872D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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