Html Css Color HEX #882E2A Burnt Umber

📋 copy color: '#882E2A'

red 136 ◦ green 46 ◦ blue 42

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

Shades of Burnt Umber #882E2A

Tints of Burnt Umber #882E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 60.71%
G = 20.54%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#882E2A (or 0x882E2A) is known color: Burnt Umber. HEX triplet: 88, 2E and 2A. RGB value is (136,46,42). Sum of RGB (Red+Green+Blue) = 136+46+42=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E2A is #77D1D5. Grayscale: #484848. Windows color (decimal): -7852502 or 2764424. OLE color: 2764424.

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

Color convert

RGB 136 46 42 -
CMYK 0 0.66 0.69 0.47
HSL 2.55º 0.53% 0.35% -
HSV(B) 2.55º 0.69% 0.53% -
XYZ 11.55 7.36 3 -
YUV 72.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 136 46 42 0 0.66 0.69 0.47 2.55 0.53 0.35
Hex 88 2E 2A 0 42 45 2F 3 35 23
Octal 210 56 52 0 102 105 57 3 65 43
Binary 10001000 101110 101010 0 1000010 1000101 101111 11 110101 100011

Color Harmonies of #882E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E2A

Black with #882E2A

Text Example


Text Example

White with #882E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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