Html Css Color HEX #8C3511 Saddle Brown

📋 copy color: '#8C3511'

red 140 ◦ green 53 ◦ blue 17

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

Shades of Saddle Brown #8C3511

Tints of Saddle Brown #8C3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 66.67%
G = 25.24%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C3511 (or 0x8C3511) is known color: Saddle Brown. HEX triplet: 8C, 35 and 11. RGB value is (140,53,17). Sum of RGB (Red+Green+Blue) = 140+53+17=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3511 is #73CAEE. Grayscale: #4B4B4B. Windows color (decimal): -7588591 or 1127820. OLE color: 1127820.

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

Color convert

RGB 140 53 17 -
CMYK 0 0.62 0.88 0.45
HSL 17.56º 0.78% 0.31% -
HSV(B) 17.56º 0.88% 0.55% -
XYZ 12.19 8.16 1.46 -
YUV 74.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 140 53 17 0 0.62 0.88 0.45 17.56 0.78 0.31
Hex 8C 35 11 0 3E 58 2D 12 4E 1F
Octal 214 65 21 0 76 130 55 22 116 37
Binary 10001100 110101 10001 0 111110 1011000 101101 10010 1001110 11111

Color Harmonies of #8C3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3511

Black with #8C3511

Text Example


Text Example

White with #8C3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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