Html Css Color HEX #8C4E13 Saddle Brown

📋 copy color: '#8C4E13'

red 140 ◦ green 78 ◦ blue 19

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

Shades of Saddle Brown #8C4E13

Tints of Saddle Brown #8C4E13

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

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

R = 59.07%
G = 32.91%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C4E13 (or 0x8C4E13) is known color: Saddle Brown. HEX triplet: 8C, 4E and 13. RGB value is (140,78,19). Sum of RGB (Red+Green+Blue) = 140+78+19=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4E13 is #73B1EC. Grayscale: #5A5A5A. Windows color (decimal): -7582189 or 1265292. OLE color: 1265292.

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

Color convert

RGB 140 78 19 -
CMYK 0 0.44 0.86 0.45
HSL 29.26º 0.76% 0.31% -
HSV(B) 29.26º 0.86% 0.55% -
XYZ 13.66 11.07 2.03 -
YUV 89.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 140 78 19 0 0.44 0.86 0.45 29.26 0.76 0.31
Hex 8C 4E 13 0 2C 56 2D 1D 4C 1F
Octal 214 116 23 0 54 126 55 35 114 37
Binary 10001100 1001110 10011 0 101100 1010110 101101 11101 1001100 11111

Color Harmonies of #8C4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4E13

Black with #8C4E13

Text Example


Text Example

White with #8C4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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