#9D3E16

Color #9D3E16 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9D3E16

Tints of Saddle Brown #9D3E16

Color information

#9D3E16 (or 0x9D3E16) is unknown color: approx Saddle Brown. HEX triplet: 9D, 3E and 16. RGB value is (157,62,22). Sum of RGB (Red+Green+Blue) = 157+62+22=241 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.15% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3E16 is #62C1E9. Grayscale: #565656. Windows color (decimal): -6472170 or 1457821. OLE color: 1457821.

HSL color Cylindrical-coordinate representation of color #9D3E16: hue angle of 17.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D3E16 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1576222-
CMYK00.610.860.38
HSL17.78º75.42%35.1%-
HSV(B)17.78º85.99%61.57%-
XYZ15.7710.671.99-
YUV85.8491.97178.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.15%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=65.15%
G=25.73%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157622200.610.860.3817.7875.4235.1
Hex9D3E1603D5626124b23
Octal2357626075126462211343
Binary100111011111101011001111011010110100110100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,62,22); }

 H1.HeaderClassName
 {
   color: #9D3E16;
 }
 .AnyTagClassName
 {
   color: #9D3E16;
 }
</style>
background-color css

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

 a { background-color: rgb(157,62,22); }

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

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

 span { border-color: rgb(157,62,22); }

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