Html Css Color HEX #882812 Burnt Umber

📋 copy color: '#882812'

red 136 ◦ green 40 ◦ blue 18

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

Shades of Burnt Umber #882812

Tints of Burnt Umber #882812

RGB

 RED value IS 136 (53.52% from 255) = 70.1%

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

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

R = 70.1%
G = 20.62%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882812 (or 0x882812) is known color: Burnt Umber. HEX triplet: 88, 28 and 12. RGB value is (136,40,18). Sum of RGB (Red+Green+Blue) = 136+40+18=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #882812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882812 is #77D7ED. Grayscale: #424242. Windows color (decimal): -7854062 or 1190024. OLE color: 1190024.

HSL color Cylindrical-coordinate representation of color #882812: hue angle of 11.19º degrees, saturation: 0.77, 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 #882812 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 18 -
CMYK 0 0.71 0.87 0.47
HSL 11.19º 0.77% 0.3% -
HSV(B) 11.19º 0.87% 0.53% -
XYZ 11.02 6.8 1.3 -
YUV 66.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 136 40 18 0 0.71 0.87 0.47 11.19 0.77 0.3
Hex 88 28 12 0 47 57 2F B 4D 1E
Octal 210 50 22 0 107 127 57 13 115 36
Binary 10001000 101000 10010 0 1000111 1010111 101111 1011 1001101 11110

Color Harmonies of #882812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882812

Black with #882812

Text Example


Text Example

White with #882812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882812; }

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

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

background-color css

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

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

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

border-color css

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

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

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