Html Css Color HEX #8C3615 Burnt Umber

📋 copy color: '#8C3615'

red 140 ◦ green 54 ◦ blue 21

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

Shades of Burnt Umber #8C3615

Tints of Burnt Umber #8C3615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.12%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 65.12%
G = 25.12%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C3615 (or 0x8C3615) is known color: Burnt Umber. HEX triplet: 8C, 36 and 15. RGB value is (140,54,21). Sum of RGB (Red+Green+Blue) = 140+54+21=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3615 is #73C9EA. Grayscale: #4C4C4C. Windows color (decimal): -7588331 or 1390220. OLE color: 1390220.

HSL color Cylindrical-coordinate representation of color #8C3615: hue angle of 16.64º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C3615 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 21 -
CMYK 0 0.61 0.85 0.45
HSL 16.64º 0.74% 0.32% -
HSV(B) 16.64º 0.85% 0.55% -
XYZ 12.27 8.27 1.66 -
YUV 75.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 140 54 21 0 0.61 0.85 0.45 16.64 0.74 0.32
Hex 8C 36 15 0 3D 55 2D 11 4A 20
Octal 214 66 25 0 75 125 55 21 112 40
Binary 10001100 110110 10101 0 111101 1010101 101101 10001 1001010 100000

Color Harmonies of #8C3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3615

Black with #8C3615

Text Example


Text Example

White with #8C3615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,54,21); }

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

background-color css

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

 a { background-color: rgb(140,54,21); }

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

border-color css

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

 span { border-color: rgb(140,54,21); }

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