Html Css Color HEX #8C2E13 Burnt Umber

📋 copy color: '#8C2E13'

red 140 ◦ green 46 ◦ blue 19

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

Shades of Burnt Umber #8C2E13

Tints of Burnt Umber #8C2E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 68.29%
G = 22.44%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C2E13 (or 0x8C2E13) is known color: Burnt Umber. HEX triplet: 8C, 2E and 13. RGB value is (140,46,19). Sum of RGB (Red+Green+Blue) = 140+46+19=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2E13 is #73D1EC. Grayscale: #474747. Windows color (decimal): -7590381 or 1257100. OLE color: 1257100.

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

Color convert

RGB 140 46 19 -
CMYK 0 0.67 0.86 0.45
HSL 13.39º 0.76% 0.31% -
HSV(B) 13.39º 0.86% 0.55% -
XYZ 11.91 7.58 1.45 -
YUV 71.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 140 46 19 0 0.67 0.86 0.45 13.39 0.76 0.31
Hex 8C 2E 13 0 43 56 2D D 4C 1F
Octal 214 56 23 0 103 126 55 15 114 37
Binary 10001100 101110 10011 0 1000011 1010110 101101 1101 1001100 11111

Color Harmonies of #8C2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E13

Black with #8C2E13

Text Example


Text Example

White with #8C2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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