#9B4510

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

Shades of Saddle Brown #9B4510

Tints of Saddle Brown #9B4510

Color information

#9B4510 (or 0x9B4510) is unknown color: approx Saddle Brown. HEX triplet: 9B, 45 and 10. RGB value is (155,69,16). Sum of RGB (Red+Green+Blue) = 155+69+16=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4510 is #64BAEF. Grayscale: #585858. Windows color (decimal): -6601456 or 1066395. OLE color: 1066395.

HSL color Cylindrical-coordinate representation of color #9B4510: hue angle of 22.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B4510 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1556916-
CMYK00.550.900.39
HSL22.88º81.29%33.53%-
HSV(B)22.88º89.68%60.78%-
XYZ15.7411.261.83-
YUV88.6786.99175.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=64.58%
G=28.75%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155691600.550.900.3922.8881.2933.53
Hex9B45100375A27175122
Octal23310520067132472712142
Binary1001101110001011000001101111011010100111101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,16); }

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

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

 a { background-color: rgb(155,69,16); }

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

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

 span { border-color: rgb(155,69,16); }

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