Html Css Color HEX #882C11 Burnt Umber

📋 copy color: '#882C11'

red 136 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #882C11

Tints of Burnt Umber #882C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 69.04%
G = 22.34%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#882C11 (or 0x882C11) is known color: Burnt Umber. HEX triplet: 88, 2C and 11. RGB value is (136,44,17). Sum of RGB (Red+Green+Blue) = 136+44+17=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C11 is #77D3EE. Grayscale: #444444. Windows color (decimal): -7853039 or 1125512. OLE color: 1125512.

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

Color convert

RGB 136 44 17 -
CMYK 0 0.68 0.87 0.47
HSL 13.61º 0.78% 0.3% -
HSV(B) 13.61º 0.88% 0.53% -
XYZ 11.16 7.08 1.31 -
YUV 68.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 136 44 17 0 0.68 0.87 0.47 13.61 0.78 0.3
Hex 88 2C 11 0 44 57 2F E 4E 1E
Octal 210 54 21 0 104 127 57 16 116 36
Binary 10001000 101100 10001 0 1000100 1010111 101111 1110 1001110 11110

Color Harmonies of #882C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C11

Black with #882C11

Text Example


Text Example

White with #882C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882C11; }

 p { color: rgb(136,44,17); }

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

background-color css

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

 a { background-color: rgb(136,44,17); }

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

border-color css

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

 span { border-color: rgb(136,44,17); }

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