Html Css Color HEX #882F22 Burnt Umber

📋 copy color: '#882F22'

red 136 ◦ green 47 ◦ blue 34

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

Shades of Burnt Umber #882F22

Tints of Burnt Umber #882F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 62.67%
G = 21.66%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#882F22 (or 0x882F22) is known color: Burnt Umber. HEX triplet: 88, 2F and 22. RGB value is (136,47,34). Sum of RGB (Red+Green+Blue) = 136+47+34=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #882F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F22 is #77D0DD. Grayscale: #484848. Windows color (decimal): -7852254 or 2240392. OLE color: 2240392.

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

Color convert

RGB 136 47 34 -
CMYK 0 0.65 0.75 0.47
HSL 7.65º 0.6% 0.33% -
HSV(B) 7.65º 0.75% 0.53% -
XYZ 11.46 7.38 2.33 -
YUV 72.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 136 47 34 0 0.65 0.75 0.47 7.65 0.6 0.33
Hex 88 2F 22 0 41 4B 2F 8 3C 21
Octal 210 57 42 0 101 113 57 10 74 41
Binary 10001000 101111 100010 0 1000001 1001011 101111 1000 111100 100001

Color Harmonies of #882F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F22

Black with #882F22

Text Example


Text Example

White with #882F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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