Html Css Color HEX #8C5413 Saddle Brown

📋 copy color: '#8C5413'

red 140 ◦ green 84 ◦ blue 19

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

Shades of Saddle Brown #8C5413

Tints of Saddle Brown #8C5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 57.61%
G = 34.57%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C5413 (or 0x8C5413) is known color: Saddle Brown. HEX triplet: 8C, 54 and 13. RGB value is (140,84,19). Sum of RGB (Red+Green+Blue) = 140+84+19=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5413 is #73ABEC. Grayscale: #5D5D5D. Windows color (decimal): -7580653 or 1266828. OLE color: 1266828.

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

Color convert

RGB 140 84 19 -
CMYK 0 0.4 0.86 0.45
HSL 32.23º 0.76% 0.31% -
HSV(B) 32.23º 0.86% 0.55% -
XYZ 14.1 11.96 2.18 -
YUV 93.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 140 84 19 0 0.4 0.86 0.45 32.23 0.76 0.31
Hex 8C 54 13 0 28 56 2D 20 4C 1F
Octal 214 124 23 0 50 126 55 40 114 37
Binary 10001100 1010100 10011 0 101000 1010110 101101 100000 1001100 11111

Color Harmonies of #8C5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5413

Black with #8C5413

Text Example


Text Example

White with #8C5413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,84,19); }

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

background-color css

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

 a { background-color: rgb(140,84,19); }

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

border-color css

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

 span { border-color: rgb(140,84,19); }

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