Html Css Color HEX #882E1D Burnt Umber

📋 copy color: '#882E1D'

red 136 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #882E1D

Tints of Burnt Umber #882E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 64.45%
G = 21.8%
B = 13.74%

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

#882E1D (or 0x882E1D) is known color: Burnt Umber. HEX triplet: 88, 2E and 1D. RGB value is (136,46,29). Sum of RGB (Red+Green+Blue) = 136+46+29=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #882E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E1D is #77D1E2. Grayscale: #474747. Windows color (decimal): -7852515 or 1912456. OLE color: 1912456.

HSL color Cylindrical-coordinate representation of color #882E1D: hue angle of 9.53º degrees, saturation: 0.65, 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 #882E1D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 29 -
CMYK 0 0.66 0.79 0.47
HSL 9.53º 0.65% 0.32% -
HSV(B) 9.53º 0.79% 0.53% -
XYZ 11.35 7.28 1.97 -
YUV 70.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 136 46 29 0 0.66 0.79 0.47 9.53 0.65 0.32
Hex 88 2E 1D 0 42 4F 2F A 41 20
Octal 210 56 35 0 102 117 57 12 101 40
Binary 10001000 101110 11101 0 1000010 1001111 101111 1010 1000001 100000

Color Harmonies of #882E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E1D

Black with #882E1D

Text Example


Text Example

White with #882E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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