Html Css Color HEX #882C19 Burnt Umber

📋 copy color: '#882C19'

red 136 ◦ green 44 ◦ blue 25

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

Shades of Burnt Umber #882C19

Tints of Burnt Umber #882C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 66.34%
G = 21.46%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#882C19 (or 0x882C19) is known color: Burnt Umber. HEX triplet: 88, 2C and 19. RGB value is (136,44,25). Sum of RGB (Red+Green+Blue) = 136+44+25=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #882C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C19 is #77D3E6. Grayscale: #454545. Windows color (decimal): -7853031 or 1649800. OLE color: 1649800.

HSL color Cylindrical-coordinate representation of color #882C19: hue angle of 10.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882C19 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 44 25 -
CMYK 0 0.68 0.82 0.47
HSL 10.27º 0.69% 0.32% -
HSV(B) 10.27º 0.82% 0.53% -
XYZ 11.23 7.11 1.7 -
YUV 69.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 136 44 25 0 0.68 0.82 0.47 10.27 0.69 0.32
Hex 88 2C 19 0 44 52 2F A 45 20
Octal 210 54 31 0 104 122 57 12 105 40
Binary 10001000 101100 11001 0 1000100 1010010 101111 1010 1000101 100000

Color Harmonies of #882C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C19

Black with #882C19

Text Example


Text Example

White with #882C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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