Html Css Color HEX #8C3010 Burnt Umber

📋 copy color: '#8C3010'

red 140 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #8C3010

Tints of Burnt Umber #8C3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.84%

R = 68.63%
G = 23.53%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C3010 (or 0x8C3010) is known color: Burnt Umber. HEX triplet: 8C, 30 and 10. RGB value is (140,48,16). Sum of RGB (Red+Green+Blue) = 140+48+16=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3010 is #73CFEF. Grayscale: #484848. Windows color (decimal): -7589872 or 1061004. OLE color: 1061004.

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

Color convert

RGB 140 48 16 -
CMYK 0 0.66 0.89 0.45
HSL 15.48º 0.79% 0.31% -
HSV(B) 15.48º 0.89% 0.55% -
XYZ 11.97 7.73 1.35 -
YUV 71.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 140 48 16 0 0.66 0.89 0.45 15.48 0.79 0.31
Hex 8C 30 10 0 42 59 2D F 4F 1F
Octal 214 60 20 0 102 131 55 17 117 37
Binary 10001100 110000 10000 0 1000010 1011001 101101 1111 1001111 11111

Color Harmonies of #8C3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3010

Black with #8C3010

Text Example


Text Example

White with #8C3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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