#9B4705

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

Shades of Saddle Brown #9B4705

Tints of Saddle Brown #9B4705

Color information

#9B4705 (or 0x9B4705) is unknown color: approx Saddle Brown. HEX triplet: 9B, 47 and 05. RGB value is (155,71,5). Sum of RGB (Red+Green+Blue) = 155+71+5=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4705 is #64B8FA. Grayscale: #585858. Windows color (decimal): -6600955 or 346011. OLE color: 346011.

HSL color Cylindrical-coordinate representation of color #9B4705: hue angle of 26.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B4705 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB155715-
CMYK00.540.970.39
HSL26.4º93.75%31.37%-
HSV(B)26.4º96.77%60.78%-
XYZ15.811.491.53-
YUV88.5980.83175.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=67.10%
G=30.74%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15571500.540.970.3926.493.7531.37
Hex9B47503661271a5e1f
Octal2331075066141473213637
Binary1001101110001111010110110110000110011111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,5); }

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

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

 a { background-color: rgb(155,71,5); }

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

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

 span { border-color: rgb(155,71,5); }

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