Html Css Color HEX #9D3611 Saddle Brown

📋 copy color: '#9D3611'

red 157 ◦ green 54 ◦ blue 17

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

Shades of Saddle Brown #9D3611

Tints of Saddle Brown #9D3611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 68.86%
G = 23.68%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D3611 (or 0x9D3611) is known color: Saddle Brown. HEX triplet: 9D, 36 and 11. RGB value is (157,54,17). Sum of RGB (Red+Green+Blue) = 157+54+17=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3611 is #62C9EE. Grayscale: #505050. Windows color (decimal): -6474223 or 1128093. OLE color: 1128093.

HSL color Cylindrical-coordinate representation of color #9D3611: hue angle of 15.86º 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 #9D3611 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 54 17 -
CMYK 0 0.66 0.89 0.38
HSL 15.86º 0.8% 0.34% -
HSV(B) 15.86º 0.89% 0.62% -
XYZ 15.32 9.85 1.62 -
YUV 80.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 157 54 17 0 0.66 0.89 0.38 15.86 0.8 0.34
Hex 9D 36 11 0 42 59 26 10 50 22
Octal 235 66 21 0 102 131 46 20 120 42
Binary 10011101 110110 10001 0 1000010 1011001 100110 10000 1010000 100010

Color Harmonies of #9D3611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3611

Black with #9D3611

Text Example


Text Example

White with #9D3611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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