Html Css Color HEX #8D4213 Saddle Brown

📋 copy color: '#8D4213'

red 141 ◦ green 66 ◦ blue 19

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

Shades of Saddle Brown #8D4213

Tints of Saddle Brown #8D4213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 62.39%
G = 29.2%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8D4213 (or 0x8D4213) is known color: Saddle Brown. HEX triplet: 8D, 42 and 13. RGB value is (141,66,19). Sum of RGB (Red+Green+Blue) = 141+66+19=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4213 is #72BDEC. Grayscale: #535353. Windows color (decimal): -7519725 or 1262221. OLE color: 1262221.

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

Color convert

RGB 141 66 19 -
CMYK 0 0.53 0.87 0.45
HSL 23.11º 0.76% 0.31% -
HSV(B) 23.11º 0.87% 0.55% -
XYZ 13.05 9.61 1.78 -
YUV 83.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 141 66 19 0 0.53 0.87 0.45 23.11 0.76 0.31
Hex 8D 42 13 0 35 57 2D 17 4C 1F
Octal 215 102 23 0 65 127 55 27 114 37
Binary 10001101 1000010 10011 0 110101 1010111 101101 10111 1001100 11111

Color Harmonies of #8D4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4213

Black with #8D4213

Text Example


Text Example

White with #8D4213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,66,19); }

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

background-color css

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

 a { background-color: rgb(141,66,19); }

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

border-color css

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

 span { border-color: rgb(141,66,19); }

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