Html Css Color HEX #8D5010 Saddle Brown

📋 copy color: '#8D5010'

red 141 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #8D5010

Tints of Saddle Brown #8D5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 59.49%
G = 33.76%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D5010 (or 0x8D5010) is known color: Saddle Brown. HEX triplet: 8D, 50 and 10. RGB value is (141,80,16). Sum of RGB (Red+Green+Blue) = 141+80+16=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5010 is #72AFEF. Grayscale: #5B5B5B. Windows color (decimal): -7516144 or 1069197. OLE color: 1069197.

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

Color convert

RGB 141 80 16 -
CMYK 0 0.43 0.89 0.45
HSL 30.72º 0.8% 0.31% -
HSV(B) 30.72º 0.89% 0.55% -
XYZ 13.95 11.44 1.96 -
YUV 90.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 141 80 16 0 0.43 0.89 0.45 30.72 0.8 0.31
Hex 8D 50 10 0 2B 59 2D 1F 50 1F
Octal 215 120 20 0 53 131 55 37 120 37
Binary 10001101 1010000 10000 0 101011 1011001 101101 11111 1010000 11111

Color Harmonies of #8D5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5010

Black with #8D5010

Text Example


Text Example

White with #8D5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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