Html Css Color HEX #872A0B Burnt Umber

📋 copy color: '#872A0B'

red 135 ◦ green 42 ◦ blue 11

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

Shades of Burnt Umber #872A0B

Tints of Burnt Umber #872A0B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.34%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 71.81%
G = 22.34%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#872A0B (or 0x872A0B) is known color: Burnt Umber. HEX triplet: 87, 2A and 0B. RGB value is (135,42,11). Sum of RGB (Red+Green+Blue) = 135+42+11=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #872A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A0B is #78D5F4. Grayscale: #424242. Windows color (decimal): -7919093 or 731783. OLE color: 731783.

HSL color Cylindrical-coordinate representation of color #872A0B: hue angle of 15º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #872A0B is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 42 11 -
CMYK 0 0.69 0.92 0.47
HSL 15º 0.85% 0.29% -
HSV(B) 15º 0.92% 0.53% -
XYZ 10.88 6.83 1.06 -
YUV 66.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 135 42 11 0 0.69 0.92 0.47 15 0.85 0.29
Hex 87 2A B 0 45 5C 2F F 55 1D
Octal 207 52 13 0 105 134 57 17 125 35
Binary 10000111 101010 1011 0 1000101 1011100 101111 1111 1010101 11101

Color Harmonies of #872A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A0B

Black with #872A0B

Text Example


Text Example

White with #872A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,42,11); }

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

background-color css

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

 a { background-color: rgb(135,42,11); }

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

border-color css

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

 span { border-color: rgb(135,42,11); }

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