Html Css Color HEX #8D4911 Saddle Brown

📋 copy color: '#8D4911'

red 141 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #8D4911

Tints of Saddle Brown #8D4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 61.04%
G = 31.6%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8D4911 (or 0x8D4911) is known color: Saddle Brown. HEX triplet: 8D, 49 and 11. RGB value is (141,73,17). Sum of RGB (Red+Green+Blue) = 141+73+17=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4911 is #72B6EE. Grayscale: #575757. Windows color (decimal): -7517935 or 1132941. OLE color: 1132941.

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

Color convert

RGB 141 73 17 -
CMYK 0 0.48 0.88 0.45
HSL 27.1º 0.78% 0.31% -
HSV(B) 27.1º 0.88% 0.55% -
XYZ 13.47 10.47 1.84 -
YUV 86.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 141 73 17 0 0.48 0.88 0.45 27.1 0.78 0.31
Hex 8D 49 11 0 30 58 2D 1B 4E 1F
Octal 215 111 21 0 60 130 55 33 116 37
Binary 10001101 1001001 10001 0 110000 1011000 101101 11011 1001110 11111

Color Harmonies of #8D4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4911

Black with #8D4911

Text Example


Text Example

White with #8D4911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,73,17); }

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

background-color css

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

 a { background-color: rgb(141,73,17); }

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

border-color css

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

 span { border-color: rgb(141,73,17); }

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