#9D4605

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

Shades of Saddle Brown #9D4605

Tints of Saddle Brown #9D4605

Color information

#9D4605 (or 0x9D4605) is unknown color: approx Saddle Brown. HEX triplet: 9D, 46 and 05. RGB value is (157,70,5). Sum of RGB (Red+Green+Blue) = 157+70+5=232 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.67% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4605 is #62B9FA. Grayscale: #585858. Windows color (decimal): -6470139 or 345757. OLE color: 345757.

HSL color Cylindrical-coordinate representation of color #9D4605: hue angle of 25.66º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D4605 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB157705-
CMYK00.550.970.38
HSL25.66º93.83%31.76%-
HSV(B)25.66º96.82%61.57%-
XYZ16.1211.561.53-
YUV88.680.82176.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 67.67%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=67.67%
G=30.17%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15770500.550.970.3825.6693.8331.76
Hex9D46503761261a5e20
Octal2351065067141463213640
Binary10011101100011010101101111100001100110110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,5); }

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

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

 a { background-color: rgb(157,70,5); }

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

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

 span { border-color: rgb(157,70,5); }

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