Html Css Color HEX #8C3313 Burnt Umber

📋 copy color: '#8C3313'

red 140 ◦ green 51 ◦ blue 19

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

Shades of Burnt Umber #8C3313

Tints of Burnt Umber #8C3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 66.67%
G = 24.29%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C3313 (or 0x8C3313) is known color: Burnt Umber. HEX triplet: 8C, 33 and 13. RGB value is (140,51,19). Sum of RGB (Red+Green+Blue) = 140+51+19=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3313 is #73CCEC. Grayscale: #4A4A4A. Windows color (decimal): -7589101 or 1258380. OLE color: 1258380.

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

Color convert

RGB 140 51 19 -
CMYK 0 0.64 0.86 0.45
HSL 15.87º 0.76% 0.31% -
HSV(B) 15.87º 0.86% 0.55% -
XYZ 12.12 7.99 1.52 -
YUV 73.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 140 51 19 0 0.64 0.86 0.45 15.87 0.76 0.31
Hex 8C 33 13 0 40 56 2D 10 4C 1F
Octal 214 63 23 0 100 126 55 20 114 37
Binary 10001100 110011 10011 0 1000000 1010110 101101 10000 1001100 11111

Color Harmonies of #8C3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3313

Black with #8C3313

Text Example


Text Example

White with #8C3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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