Html Css Color HEX #882E1E Burnt Umber

📋 copy color: '#882E1E'

red 136 ◦ green 46 ◦ blue 30

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

Shades of Burnt Umber #882E1E

Tints of Burnt Umber #882E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 64.15%
G = 21.7%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#882E1E (or 0x882E1E) is known color: Burnt Umber. HEX triplet: 88, 2E and 1E. RGB value is (136,46,30). Sum of RGB (Red+Green+Blue) = 136+46+30=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E1E is #77D1E1. Grayscale: #474747. Windows color (decimal): -7852514 or 1977992. OLE color: 1977992.

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

Color convert

RGB 136 46 30 -
CMYK 0 0.66 0.78 0.47
HSL 9.06º 0.64% 0.33% -
HSV(B) 9.06º 0.78% 0.53% -
XYZ 11.36 7.28 2.03 -
YUV 71.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 136 46 30 0 0.66 0.78 0.47 9.06 0.64 0.33
Hex 88 2E 1E 0 42 4E 2F 9 40 21
Octal 210 56 36 0 102 116 57 11 100 41
Binary 10001000 101110 11110 0 1000010 1001110 101111 1001 1000000 100001

Color Harmonies of #882E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E1E

Black with #882E1E

Text Example


Text Example

White with #882E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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