Html Css Color HEX #8D4E13 Saddle Brown

📋 copy color: '#8D4E13'

red 141 ◦ green 78 ◦ blue 19

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

Shades of Saddle Brown #8D4E13

Tints of Saddle Brown #8D4E13

RGB

 RED value IS 141 (55.47% from 255) = 59.24%

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

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

R = 59.24%
G = 32.77%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8D4E13 (or 0x8D4E13) is known color: Saddle Brown. HEX triplet: 8D, 4E and 13. RGB value is (141,78,19). Sum of RGB (Red+Green+Blue) = 141+78+19=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D4E13 is #72B1EC. Grayscale: #5A5A5A. Windows color (decimal): -7516653 or 1265293. OLE color: 1265293.

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

Color convert

RGB 141 78 19 -
CMYK 0 0.45 0.87 0.45
HSL 29.02º 0.76% 0.31% -
HSV(B) 29.02º 0.87% 0.55% -
XYZ 13.83 11.16 2.04 -
YUV 90.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 141 78 19 0 0.45 0.87 0.45 29.02 0.76 0.31
Hex 8D 4E 13 0 2D 57 2D 1D 4C 1F
Octal 215 116 23 0 55 127 55 35 114 37
Binary 10001101 1001110 10011 0 101101 1010111 101101 11101 1001100 11111

Color Harmonies of #8D4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4E13

Black with #8D4E13

Text Example


Text Example

White with #8D4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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