Html Css Color HEX #8D491D Saddle Brown

📋 copy color: '#8D491D'

red 141 ◦ green 73 ◦ blue 29

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

Shades of Saddle Brown #8D491D

Tints of Saddle Brown #8D491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 58.02%
G = 30.04%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D491D (or 0x8D491D) is known color: Saddle Brown. HEX triplet: 8D, 49 and 1D. RGB value is (141,73,29). Sum of RGB (Red+Green+Blue) = 141+73+29=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D491D is #72B6E2. Grayscale: #585858. Windows color (decimal): -7517923 or 1919373. OLE color: 1919373.

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

Color convert

RGB 141 73 29 -
CMYK 0 0.48 0.79 0.45
HSL 23.57º 0.66% 0.33% -
HSV(B) 23.57º 0.79% 0.55% -
XYZ 13.59 10.52 2.48 -
YUV 88.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 141 73 29 0 0.48 0.79 0.45 23.57 0.66 0.33
Hex 8D 49 1D 0 30 4F 2D 18 42 21
Octal 215 111 35 0 60 117 55 30 102 41
Binary 10001101 1001001 11101 0 110000 1001111 101101 11000 1000010 100001

Color Harmonies of #8D491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D491D

Black with #8D491D

Text Example


Text Example

White with #8D491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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