Html Css Color HEX #882E1C Burnt Umber

📋 copy color: '#882E1C'

red 136 ◦ green 46 ◦ blue 28

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

Shades of Burnt Umber #882E1C

Tints of Burnt Umber #882E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 64.76%
G = 21.9%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#882E1C (or 0x882E1C) is known color: Burnt Umber. HEX triplet: 88, 2E and 1C. RGB value is (136,46,28). Sum of RGB (Red+Green+Blue) = 136+46+28=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E1C is #77D1E3. Grayscale: #474747. Windows color (decimal): -7852516 or 1846920. OLE color: 1846920.

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

Color convert

RGB 136 46 28 -
CMYK 0 0.66 0.79 0.47
HSL 10º 0.66% 0.32% -
HSV(B) 10º 0.79% 0.53% -
XYZ 11.34 7.27 1.9 -
YUV 70.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 136 46 28 0 0.66 0.79 0.47 10 0.66 0.32
Hex 88 2E 1C 0 42 4F 2F A 42 20
Octal 210 56 34 0 102 117 57 12 102 40
Binary 10001000 101110 11100 0 1000010 1001111 101111 1010 1000010 100000

Color Harmonies of #882E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E1C

Black with #882E1C

Text Example


Text Example

White with #882E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,46,28); }

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

background-color css

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

 a { background-color: rgb(136,46,28); }

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

border-color css

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

 span { border-color: rgb(136,46,28); }

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