Html Css Color HEX #882F28 Burnt Umber

📋 copy color: '#882F28'

red 136 ◦ green 47 ◦ blue 40

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

Shades of Burnt Umber #882F28

Tints of Burnt Umber #882F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 60.99%
G = 21.08%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882F28 (or 0x882F28) is known color: Burnt Umber. HEX triplet: 88, 2F and 28. RGB value is (136,47,40). Sum of RGB (Red+Green+Blue) = 136+47+40=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F28 is #77D0D7. Grayscale: #484848. Windows color (decimal): -7852248 or 2633608. OLE color: 2633608.

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

Color convert

RGB 136 47 40 -
CMYK 0 0.65 0.71 0.47
HSL 4.38º 0.55% 0.35% -
HSV(B) 4.38º 0.71% 0.53% -
XYZ 11.55 7.42 2.83 -
YUV 72.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 136 47 40 0 0.65 0.71 0.47 4.38 0.55 0.35
Hex 88 2F 28 0 41 47 2F 4 37 23
Octal 210 57 50 0 101 107 57 4 67 43
Binary 10001000 101111 101000 0 1000001 1000111 101111 100 110111 100011

Color Harmonies of #882F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F28

Black with #882F28

Text Example


Text Example

White with #882F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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