Html Css Color HEX #8D4510 Saddle Brown

📋 copy color: '#8D4510'

red 141 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #8D4510

Tints of Saddle Brown #8D4510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 62.39%
G = 30.53%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D4510 (or 0x8D4510) is known color: Saddle Brown. HEX triplet: 8D, 45 and 10. RGB value is (141,69,16). Sum of RGB (Red+Green+Blue) = 141+69+16=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4510 is #72BAEF. Grayscale: #545454. Windows color (decimal): -7518960 or 1066381. OLE color: 1066381.

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

Color convert

RGB 141 69 16 -
CMYK 0 0.51 0.89 0.45
HSL 25.44º 0.8% 0.31% -
HSV(B) 25.44º 0.89% 0.55% -
XYZ 13.21 9.96 1.72 -
YUV 84.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 141 69 16 0 0.51 0.89 0.45 25.44 0.8 0.31
Hex 8D 45 10 0 33 59 2D 19 50 1F
Octal 215 105 20 0 63 131 55 31 120 37
Binary 10001101 1000101 10000 0 110011 1011001 101101 11001 1010000 11111

Color Harmonies of #8D4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4510

Black with #8D4510

Text Example


Text Example

White with #8D4510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,69,16); }

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

background-color css

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

 a { background-color: rgb(141,69,16); }

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

border-color css

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

 span { border-color: rgb(141,69,16); }

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