Html Css Color HEX #882C0F Burnt Umber

📋 copy color: '#882C0F'

red 136 ◦ green 44 ◦ blue 15

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

Shades of Burnt Umber #882C0F

Tints of Burnt Umber #882C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 69.74%
G = 22.56%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#882C0F (or 0x882C0F) is known color: Burnt Umber. HEX triplet: 88, 2C and 0F. RGB value is (136,44,15). Sum of RGB (Red+Green+Blue) = 136+44+15=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #882C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C0F is #77D3F0. Grayscale: #444444. Windows color (decimal): -7853041 or 994440. OLE color: 994440.

HSL color Cylindrical-coordinate representation of color #882C0F: hue angle of 14.38º 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 #882C0F is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 44 15 -
CMYK 0 0.68 0.89 0.47
HSL 14.38º 0.8% 0.3% -
HSV(B) 14.38º 0.89% 0.53% -
XYZ 11.14 7.07 1.23 -
YUV 68.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 136 44 15 0 0.68 0.89 0.47 14.38 0.8 0.3
Hex 88 2C F 0 44 59 2F E 50 1E
Octal 210 54 17 0 104 131 57 16 120 36
Binary 10001000 101100 1111 0 1000100 1011001 101111 1110 1010000 11110

Color Harmonies of #882C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C0F

Black with #882C0F

Text Example


Text Example

White with #882C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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