Html Css Color HEX #8D320D Saddle Brown

📋 copy color: '#8D320D'

red 141 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #8D320D

Tints of Saddle Brown #8D320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 69.12%
G = 24.51%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D320D (or 0x8D320D) is known color: Saddle Brown. HEX triplet: 8D, 32 and 0D. RGB value is (141,50,13). Sum of RGB (Red+Green+Blue) = 141+50+13=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D320D is #72CDF2. Grayscale: #494949. Windows color (decimal): -7523827 or 864909. OLE color: 864909.

HSL color Cylindrical-coordinate representation of color #8D320D: hue angle of 17.34º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D320D is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 13 -
CMYK 0 0.65 0.91 0.45
HSL 17.34º 0.83% 0.3% -
HSV(B) 17.34º 0.91% 0.55% -
XYZ 12.2 7.97 1.28 -
YUV 72.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 141 50 13 0 0.65 0.91 0.45 17.34 0.83 0.3
Hex 8D 32 D 0 41 5B 2D 11 53 1E
Octal 215 62 15 0 101 133 55 21 123 36
Binary 10001101 110010 1101 0 1000001 1011011 101101 10001 1010011 11110

Color Harmonies of #8D320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D320D

Black with #8D320D

Text Example


Text Example

White with #8D320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,50,13); }

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

background-color css

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

 a { background-color: rgb(141,50,13); }

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

border-color css

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

 span { border-color: rgb(141,50,13); }

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