Html Css Color HEX #8C301D Burnt Umber

📋 copy color: '#8C301D'

red 140 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #8C301D

Tints of Burnt Umber #8C301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.36%

R = 64.52%
G = 22.12%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C301D (or 0x8C301D) is known color: Burnt Umber. HEX triplet: 8C, 30 and 1D. RGB value is (140,48,29). Sum of RGB (Red+Green+Blue) = 140+48+29=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C301D is #73CFE2. Grayscale: #494949. Windows color (decimal): -7589859 or 1912972. OLE color: 1912972.

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

Color convert

RGB 140 48 29 -
CMYK 0 0.66 0.79 0.45
HSL 10.27º 0.66% 0.33% -
HSV(B) 10.27º 0.79% 0.55% -
XYZ 12.09 7.78 2.03 -
YUV 73.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 140 48 29 0 0.66 0.79 0.45 10.27 0.66 0.33
Hex 8C 30 1D 0 42 4F 2D A 42 21
Octal 214 60 35 0 102 117 55 12 102 41
Binary 10001100 110000 11101 0 1000010 1001111 101101 1010 1000010 100001

Color Harmonies of #8C301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C301D

Black with #8C301D

Text Example


Text Example

White with #8C301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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