Html Css Color HEX #882E0C Burnt Umber

📋 copy color: '#882E0C'

red 136 ◦ green 46 ◦ blue 12

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

Shades of Burnt Umber #882E0C

Tints of Burnt Umber #882E0C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.71%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 70.1%
G = 23.71%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#882E0C (or 0x882E0C) is known color: Burnt Umber. HEX triplet: 88, 2E and 0C. RGB value is (136,46,12). Sum of RGB (Red+Green+Blue) = 136+46+12=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #882E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882E0C is #77D1F3. Grayscale: #454545. Windows color (decimal): -7852532 or 798344. OLE color: 798344.

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

Color convert

RGB 136 46 12 -
CMYK 0 0.66 0.91 0.47
HSL 16.45º 0.84% 0.29% -
HSV(B) 16.45º 0.91% 0.53% -
XYZ 11.2 7.21 1.15 -
YUV 69.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 136 46 12 0 0.66 0.91 0.47 16.45 0.84 0.29
Hex 88 2E C 0 42 5B 2F 10 54 1D
Octal 210 56 14 0 102 133 57 20 124 35
Binary 10001000 101110 1100 0 1000010 1011011 101111 10000 1010100 11101

Color Harmonies of #882E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E0C

Black with #882E0C

Text Example


Text Example

White with #882E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,46,12); }

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

background-color css

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

 a { background-color: rgb(136,46,12); }

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

border-color css

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

 span { border-color: rgb(136,46,12); }

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