Html Css Color HEX #882F15 Burnt Umber

📋 copy color: '#882F15'

red 136 ◦ green 47 ◦ blue 21

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

Shades of Burnt Umber #882F15

Tints of Burnt Umber #882F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 66.67%
G = 23.04%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#882F15 (or 0x882F15) is known color: Burnt Umber. HEX triplet: 88, 2F and 15. RGB value is (136,47,21). Sum of RGB (Red+Green+Blue) = 136+47+21=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #882F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F15 is #77D0EA. Grayscale: #464646. Windows color (decimal): -7852267 or 1388424. OLE color: 1388424.

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

Color convert

RGB 136 47 21 -
CMYK 0 0.65 0.85 0.47
HSL 13.57º 0.73% 0.31% -
HSV(B) 13.57º 0.85% 0.53% -
XYZ 11.31 7.32 1.53 -
YUV 70.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 136 47 21 0 0.65 0.85 0.47 13.57 0.73 0.31
Hex 88 2F 15 0 41 55 2F E 49 1F
Octal 210 57 25 0 101 125 57 16 111 37
Binary 10001000 101111 10101 0 1000001 1010101 101111 1110 1001001 11111

Color Harmonies of #882F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F15

Black with #882F15

Text Example


Text Example

White with #882F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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