Html Css Color HEX #8C3011 Burnt Umber

📋 copy color: '#8C3011'

red 140 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #8C3011

Tints of Burnt Umber #8C3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 68.29%
G = 23.41%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C3011 (or 0x8C3011) is known color: Burnt Umber. HEX triplet: 8C, 30 and 11. RGB value is (140,48,17). Sum of RGB (Red+Green+Blue) = 140+48+17=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3011 is #73CFEE. Grayscale: #484848. Windows color (decimal): -7589871 or 1126540. OLE color: 1126540.

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

Color convert

RGB 140 48 17 -
CMYK 0 0.66 0.88 0.45
HSL 15.12º 0.78% 0.31% -
HSV(B) 15.12º 0.88% 0.55% -
XYZ 11.97 7.73 1.39 -
YUV 71.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 140 48 17 0 0.66 0.88 0.45 15.12 0.78 0.31
Hex 8C 30 11 0 42 58 2D F 4E 1F
Octal 214 60 21 0 102 130 55 17 116 37
Binary 10001100 110000 10001 0 1000010 1011000 101101 1111 1001110 11111

Color Harmonies of #8C3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3011

Black with #8C3011

Text Example


Text Example

White with #8C3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,17); }

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

background-color css

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

 a { background-color: rgb(140,48,17); }

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

border-color css

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

 span { border-color: rgb(140,48,17); }

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