Html Css Color HEX #882F21 Burnt Umber

📋 copy color: '#882F21'

red 136 ◦ green 47 ◦ blue 33

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

Shades of Burnt Umber #882F21

Tints of Burnt Umber #882F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 62.96%
G = 21.76%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882F21 (or 0x882F21) is known color: Burnt Umber. HEX triplet: 88, 2F and 21. RGB value is (136,47,33). Sum of RGB (Red+Green+Blue) = 136+47+33=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #882F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F21 is #77D0DE. Grayscale: #484848. Windows color (decimal): -7852255 or 2174856. OLE color: 2174856.

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

Color convert

RGB 136 47 33 -
CMYK 0 0.65 0.76 0.47
HSL 8.16º 0.61% 0.33% -
HSV(B) 8.16º 0.76% 0.53% -
XYZ 11.44 7.38 2.26 -
YUV 72.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 136 47 33 0 0.65 0.76 0.47 8.16 0.61 0.33
Hex 88 2F 21 0 41 4C 2F 8 3D 21
Octal 210 57 41 0 101 114 57 10 75 41
Binary 10001000 101111 100001 0 1000001 1001100 101111 1000 111101 100001

Color Harmonies of #882F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F21

Black with #882F21

Text Example


Text Example

White with #882F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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