Html Css Color HEX #872812 Burnt Umber

📋 copy color: '#872812'

red 135 ◦ green 40 ◦ blue 18

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

Shades of Burnt Umber #872812

Tints of Burnt Umber #872812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 69.95%
G = 20.73%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#872812 (or 0x872812) is known color: Burnt Umber. HEX triplet: 87, 28 and 12. RGB value is (135,40,18). Sum of RGB (Red+Green+Blue) = 135+40+18=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #872812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872812 is #78D7ED. Grayscale: #424242. Windows color (decimal): -7919598 or 1190023. OLE color: 1190023.

HSL color Cylindrical-coordinate representation of color #872812: hue angle of 11.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872812 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 18 -
CMYK 0 0.70 0.87 0.47
HSL 11.28º 0.76% 0.3% -
HSV(B) 11.28º 0.87% 0.53% -
XYZ 10.86 6.71 1.3 -
YUV 65.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 135 40 18 0 0.70 0.87 0.47 11.28 0.76 0.3
Hex 87 28 12 0 46 57 2F B 4C 1E
Octal 207 50 22 0 106 127 57 13 114 36
Binary 10000111 101000 10010 0 1000110 1010111 101111 1011 1001100 11110

Color Harmonies of #872812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872812

Black with #872812

Text Example


Text Example

White with #872812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872812; }

 p { color: rgb(135,40,18); }

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

background-color css

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

 a { background-color: rgb(135,40,18); }

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

border-color css

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

 span { border-color: rgb(135,40,18); }

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