Html Css Color HEX #8C2E11 Burnt Umber

📋 copy color: '#8C2E11'

red 140 ◦ green 46 ◦ blue 17

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

Shades of Burnt Umber #8C2E11

Tints of Burnt Umber #8C2E11

RGB

 RED value IS 140 (55.08% from 255) = 68.97%

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

 BLUE value IS 17 (7.03% from 255) = 8.37%

R = 68.97%
G = 22.66%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C2E11 (or 0x8C2E11) is known color: Burnt Umber. HEX triplet: 8C, 2E and 11. RGB value is (140,46,17). Sum of RGB (Red+Green+Blue) = 140+46+17=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2E11 is #73D1EE. Grayscale: #474747. Windows color (decimal): -7590383 or 1126028. OLE color: 1126028.

HSL color Cylindrical-coordinate representation of color #8C2E11: hue angle of 14.15º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C2E11 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 46 17 -
CMYK 0 0.67 0.88 0.45
HSL 14.15º 0.78% 0.31% -
HSV(B) 14.15º 0.88% 0.55% -
XYZ 11.89 7.57 1.36 -
YUV 70.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 140 46 17 0 0.67 0.88 0.45 14.15 0.78 0.31
Hex 8C 2E 11 0 43 58 2D E 4E 1F
Octal 214 56 21 0 103 130 55 16 116 37
Binary 10001100 101110 10001 0 1000011 1011000 101101 1110 1001110 11111

Color Harmonies of #8C2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E11

Black with #8C2E11

Text Example


Text Example

White with #8C2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2E11; }

 p { color: rgb(140,46,17); }

 H1.HeaderClassName
 {
   color: #8C2E11;
 }
 .AnyTagClassName
 {
   color: #8C2E11;
 }
</style>

background-color css

<style>
 a { background-color: #8C2E11; }

 a { background-color: rgb(140,46,17); }

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

border-color css

<style>
 span { border-color: #8C2E11; }

 span { border-color: rgb(140,46,17); }

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