Html Css Color HEX #9D3C11 Saddle Brown

📋 copy color: '#9D3C11'

red 157 ◦ green 60 ◦ blue 17

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

Shades of Saddle Brown #9D3C11

Tints of Saddle Brown #9D3C11

RGB

 RED value IS 157 (61.72% from 255) = 67.09%

 GREEN value IS 60 (23.83% from 255) = 25.64%

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

R = 67.09%
G = 25.64%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D3C11 (or 0x9D3C11) is known color: Saddle Brown. HEX triplet: 9D, 3C and 11. RGB value is (157,60,17). Sum of RGB (Red+Green+Blue) = 157+60+17=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3C11 is #62C3EE. Grayscale: #545454. Windows color (decimal): -6472687 or 1129629. OLE color: 1129629.

HSL color Cylindrical-coordinate representation of color #9D3C11: hue angle of 18.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D3C11 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 60 17 -
CMYK 0 0.62 0.89 0.38
HSL 18.43º 0.8% 0.34% -
HSV(B) 18.43º 0.89% 0.62% -
XYZ 15.62 10.44 1.72 -
YUV 84.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 157 60 17 0 0.62 0.89 0.38 18.43 0.8 0.34
Hex 9D 3C 11 0 3E 59 26 12 50 22
Octal 235 74 21 0 76 131 46 22 120 42
Binary 10011101 111100 10001 0 111110 1011001 100110 10010 1010000 100010

Color Harmonies of #9D3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C11

Black with #9D3C11

Text Example


Text Example

White with #9D3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3C11; }

 p { color: rgb(157,60,17); }

 H1.HeaderClassName
 {
   color: #9D3C11;
 }
 .AnyTagClassName
 {
   color: #9D3C11;
 }
</style>

background-color css

<style>
 a { background-color: #9D3C11; }

 a { background-color: rgb(157,60,17); }

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

border-color css

<style>
 span { border-color: #9D3C11; }

 span { border-color: rgb(157,60,17); }

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