Html Css Color HEX #8C3115 Burnt Umber

📋 copy color: '#8C3115'

red 140 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #8C3115

Tints of Burnt Umber #8C3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 66.67%
G = 23.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C3115 (or 0x8C3115) is known color: Burnt Umber. HEX triplet: 8C, 31 and 15. RGB value is (140,49,21). Sum of RGB (Red+Green+Blue) = 140+49+21=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3115 is #73CEEA. Grayscale: #494949. Windows color (decimal): -7589611 or 1388940. OLE color: 1388940.

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

Color convert

RGB 140 49 21 -
CMYK 0 0.65 0.85 0.45
HSL 14.12º 0.74% 0.32% -
HSV(B) 14.12º 0.85% 0.55% -
XYZ 12.05 7.83 1.59 -
YUV 73.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 140 49 21 0 0.65 0.85 0.45 14.12 0.74 0.32
Hex 8C 31 15 0 41 55 2D E 4A 20
Octal 214 61 25 0 101 125 55 16 112 40
Binary 10001100 110001 10101 0 1000001 1010101 101101 1110 1001010 100000

Color Harmonies of #8C3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3115

Black with #8C3115

Text Example


Text Example

White with #8C3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,49,21); }

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

background-color css

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

 a { background-color: rgb(140,49,21); }

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

border-color css

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

 span { border-color: rgb(140,49,21); }

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