Html Css Color HEX #882F29 Burnt Umber

📋 copy color: '#882F29'

red 136 ◦ green 47 ◦ blue 41

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

Shades of Burnt Umber #882F29

Tints of Burnt Umber #882F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.98%

 BLUE value IS 41 (16.41% from 255) = 18.3%

R = 60.71%
G = 20.98%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#882F29 (or 0x882F29) is known color: Burnt Umber. HEX triplet: 88, 2F and 29. RGB value is (136,47,41). Sum of RGB (Red+Green+Blue) = 136+47+41=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F29 is #77D0D6. Grayscale: #494949. Windows color (decimal): -7852247 or 2699144. OLE color: 2699144.

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

Color convert

RGB 136 47 41 -
CMYK 0 0.65 0.70 0.47
HSL 3.79º 0.54% 0.35% -
HSV(B) 3.79º 0.7% 0.53% -
XYZ 11.57 7.43 2.92 -
YUV 72.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 136 47 41 0 0.65 0.70 0.47 3.79 0.54 0.35
Hex 88 2F 29 0 41 46 2F 4 36 23
Octal 210 57 51 0 101 106 57 4 66 43
Binary 10001000 101111 101001 0 1000001 1000110 101111 100 110110 100011

Color Harmonies of #882F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F29

Black with #882F29

Text Example


Text Example

White with #882F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,47,41); }

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

background-color css

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

 a { background-color: rgb(136,47,41); }

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

border-color css

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

 span { border-color: rgb(136,47,41); }

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