Html Css Color HEX #8D5315 Saddle Brown

📋 copy color: '#8D5315'

red 141 ◦ green 83 ◦ blue 21

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

Shades of Saddle Brown #8D5315

Tints of Saddle Brown #8D5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 57.55%
G = 33.88%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8D5315 (or 0x8D5315) is known color: Saddle Brown. HEX triplet: 8D, 53 and 15. RGB value is (141,83,21). Sum of RGB (Red+Green+Blue) = 141+83+21=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5315 is #72ACEA. Grayscale: #5D5D5D. Windows color (decimal): -7515371 or 1397645. OLE color: 1397645.

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

Color convert

RGB 141 83 21 -
CMYK 0 0.41 0.85 0.45
HSL 31º 0.74% 0.32% -
HSV(B) 31º 0.85% 0.55% -
XYZ 14.21 11.9 2.26 -
YUV 93.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 141 83 21 0 0.41 0.85 0.45 31 0.74 0.32
Hex 8D 53 15 0 29 55 2D 1F 4A 20
Octal 215 123 25 0 51 125 55 37 112 40
Binary 10001101 1010011 10101 0 101001 1010101 101101 11111 1001010 100000

Color Harmonies of #8D5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5315

Black with #8D5315

Text Example


Text Example

White with #8D5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,83,21); }

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

background-color css

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

 a { background-color: rgb(141,83,21); }

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

border-color css

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

 span { border-color: rgb(141,83,21); }

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