Html Css Color HEX #882B16 Burnt Umber

📋 copy color: '#882B16'

red 136 ◦ green 43 ◦ blue 22

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

Shades of Burnt Umber #882B16

Tints of Burnt Umber #882B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.39%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 67.66%
G = 21.39%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#882B16 (or 0x882B16) is known color: Burnt Umber. HEX triplet: 88, 2B and 16. RGB value is (136,43,22). Sum of RGB (Red+Green+Blue) = 136+43+22=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882B16 is #77D4E9. Grayscale: #444444. Windows color (decimal): -7853290 or 1452936. OLE color: 1452936.

HSL color Cylindrical-coordinate representation of color #882B16: hue angle of 11.05º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882B16 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 22 -
CMYK 0 0.68 0.84 0.47
HSL 11.05º 0.72% 0.31% -
HSV(B) 11.05º 0.84% 0.53% -
XYZ 11.16 7.02 1.53 -
YUV 68.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 136 43 22 0 0.68 0.84 0.47 11.05 0.72 0.31
Hex 88 2B 16 0 44 54 2F B 48 1F
Octal 210 53 26 0 104 124 57 13 110 37
Binary 10001000 101011 10110 0 1000100 1010100 101111 1011 1001000 11111

Color Harmonies of #882B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B16

Black with #882B16

Text Example


Text Example

White with #882B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,22); }

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

background-color css

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

 a { background-color: rgb(136,43,22); }

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

border-color css

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

 span { border-color: rgb(136,43,22); }

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