Html Css Color HEX #8C2E16 Burnt Umber

📋 copy color: '#8C2E16'

red 140 ◦ green 46 ◦ blue 22

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

Shades of Burnt Umber #8C2E16

Tints of Burnt Umber #8C2E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.58%

R = 67.31%
G = 22.12%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2E16 (or 0x8C2E16) is known color: Burnt Umber. HEX triplet: 8C, 2E and 16. RGB value is (140,46,22). Sum of RGB (Red+Green+Blue) = 140+46+22=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2E16 is #73D1E9. Grayscale: #474747. Windows color (decimal): -7590378 or 1453708. OLE color: 1453708.

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

Color convert

RGB 140 46 22 -
CMYK 0 0.67 0.84 0.45
HSL 12.2º 0.73% 0.32% -
HSV(B) 12.2º 0.84% 0.55% -
XYZ 11.94 7.59 1.59 -
YUV 71.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 140 46 22 0 0.67 0.84 0.45 12.2 0.73 0.32
Hex 8C 2E 16 0 43 54 2D C 49 20
Octal 214 56 26 0 103 124 55 14 111 40
Binary 10001100 101110 10110 0 1000011 1010100 101101 1100 1001001 100000

Color Harmonies of #8C2E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E16

Black with #8C2E16

Text Example


Text Example

White with #8C2E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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