Html Css Color HEX #872A08 Burnt Umber

📋 copy color: '#872A08'

red 135 ◦ green 42 ◦ blue 8

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

Shades of Burnt Umber #872A08

Tints of Burnt Umber #872A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 72.97%
G = 22.7%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#872A08 (or 0x872A08) is known color: Burnt Umber. HEX triplet: 87, 2A and 08. RGB value is (135,42,8). Sum of RGB (Red+Green+Blue) = 135+42+8=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #872A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872A08 is #78D5F7. Grayscale: #424242. Windows color (decimal): -7919096 or 535175. OLE color: 535175.

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

Color convert

RGB 135 42 8 -
CMYK 0 0.69 0.94 0.47
HSL 16.06º 0.89% 0.28% -
HSV(B) 16.06º 0.94% 0.53% -
XYZ 10.86 6.82 0.97 -
YUV 65.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 135 42 8 0 0.69 0.94 0.47 16.06 0.89 0.28
Hex 87 2A 8 0 45 5E 2F 10 59 1C
Octal 207 52 10 0 105 136 57 20 131 34
Binary 10000111 101010 1000 0 1000101 1011110 101111 10000 1011001 11100

Color Harmonies of #872A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A08

Black with #872A08

Text Example


Text Example

White with #872A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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