Html Css Color HEX #872D1B Burnt Umber

📋 copy color: '#872D1B'

red 135 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #872D1B

Tints of Burnt Umber #872D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.04%

R = 65.22%
G = 21.74%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#872D1B (or 0x872D1B) is known color: Burnt Umber. HEX triplet: 87, 2D and 1B. RGB value is (135,45,27). Sum of RGB (Red+Green+Blue) = 135+45+27=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #872D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D1B is #78D2E4. Grayscale: #464646. Windows color (decimal): -7918309 or 1781127. OLE color: 1781127.

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

Color convert

RGB 135 45 27 -
CMYK 0 0.67 0.8 0.47
HSL 10º 0.67% 0.32% -
HSV(B) 10º 0.8% 0.53% -
XYZ 11.13 7.11 1.82 -
YUV 69.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 135 45 27 0 0.67 0.8 0.47 10 0.67 0.32
Hex 87 2D 1B 0 43 50 2F A 43 20
Octal 207 55 33 0 103 120 57 12 103 40
Binary 10000111 101101 11011 0 1000011 1010000 101111 1010 1000011 100000

Color Harmonies of #872D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D1B

Black with #872D1B

Text Example


Text Example

White with #872D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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