Html Css Color HEX #8C3113 Burnt Umber

📋 copy color: '#8C3113'

red 140 ◦ green 49 ◦ blue 19

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

Shades of Burnt Umber #8C3113

Tints of Burnt Umber #8C3113

RGB

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

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

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

R = 67.31%
G = 23.56%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C3113 (or 0x8C3113) is known color: Burnt Umber. HEX triplet: 8C, 31 and 13. RGB value is (140,49,19). Sum of RGB (Red+Green+Blue) = 140+49+19=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3113 is #73CEEC. Grayscale: #494949. Windows color (decimal): -7589613 or 1257868. OLE color: 1257868.

HSL color Cylindrical-coordinate representation of color #8C3113: hue angle of 14.88º 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 #8C3113 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 49 19 -
CMYK 0 0.65 0.86 0.45
HSL 14.88º 0.76% 0.31% -
HSV(B) 14.88º 0.86% 0.55% -
XYZ 12.03 7.82 1.49 -
YUV 72.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 140 49 19 0 0.65 0.86 0.45 14.88 0.76 0.31
Hex 8C 31 13 0 41 56 2D F 4C 1F
Octal 214 61 23 0 101 126 55 17 114 37
Binary 10001100 110001 10011 0 1000001 1010110 101101 1111 1001100 11111

Color Harmonies of #8C3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3113

Black with #8C3113

Text Example


Text Example

White with #8C3113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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