Html Css Color HEX #882F0F Burnt Umber

📋 copy color: '#882F0F'

red 136 ◦ green 47 ◦ blue 15

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

Shades of Burnt Umber #882F0F

Tints of Burnt Umber #882F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 68.69%
G = 23.74%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#882F0F (or 0x882F0F) is known color: Burnt Umber. HEX triplet: 88, 2F and 0F. RGB value is (136,47,15). Sum of RGB (Red+Green+Blue) = 136+47+15=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #882F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882F0F is #77D0F0. Grayscale: #464646. Windows color (decimal): -7852273 or 995208. OLE color: 995208.

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

Color convert

RGB 136 47 15 -
CMYK 0 0.65 0.89 0.47
HSL 15.87º 0.8% 0.3% -
HSV(B) 15.87º 0.89% 0.53% -
XYZ 11.26 7.3 1.27 -
YUV 69.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 136 47 15 0 0.65 0.89 0.47 15.87 0.8 0.3
Hex 88 2F F 0 41 59 2F 10 50 1E
Octal 210 57 17 0 101 131 57 20 120 36
Binary 10001000 101111 1111 0 1000001 1011001 101111 10000 1010000 11110

Color Harmonies of #882F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F0F

Black with #882F0F

Text Example


Text Example

White with #882F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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