Html Css Color HEX #8D5214 Saddle Brown

📋 copy color: '#8D5214'

red 141 ◦ green 82 ◦ blue 20

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

Shades of Saddle Brown #8D5214

Tints of Saddle Brown #8D5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 58.02%
G = 33.74%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8D5214 (or 0x8D5214) is known color: Saddle Brown. HEX triplet: 8D, 52 and 14. RGB value is (141,82,20). Sum of RGB (Red+Green+Blue) = 141+82+20=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5214 is #72ADEB. Grayscale: #5C5C5C. Windows color (decimal): -7515628 or 1331853. OLE color: 1331853.

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

Color convert

RGB 141 82 20 -
CMYK 0 0.42 0.86 0.45
HSL 30.74º 0.75% 0.32% -
HSV(B) 30.74º 0.86% 0.55% -
XYZ 14.13 11.75 2.18 -
YUV 92.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 141 82 20 0 0.42 0.86 0.45 30.74 0.75 0.32
Hex 8D 52 14 0 2A 56 2D 1F 4B 20
Octal 215 122 24 0 52 126 55 37 113 40
Binary 10001101 1010010 10100 0 101010 1010110 101101 11111 1001011 100000

Color Harmonies of #8D5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5214

Black with #8D5214

Text Example


Text Example

White with #8D5214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,20); }

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

background-color css

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

 a { background-color: rgb(141,82,20); }

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

border-color css

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

 span { border-color: rgb(141,82,20); }

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