#9B4817

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

Shades of Saddle Brown #9B4817

Tints of Saddle Brown #9B4817

Color information

#9B4817 (or 0x9B4817) is unknown color: approx Saddle Brown. HEX triplet: 9B, 48 and 17. RGB value is (155,72,23). Sum of RGB (Red+Green+Blue) = 155+72+23=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4817 is #64B7E8. Grayscale: #5B5B5B. Windows color (decimal): -6600681 or 1525915. OLE color: 1525915.

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

Color convert

RGB1557223-
CMYK00.540.850.39
HSL22.27º74.16%34.9%-
HSV(B)22.27º85.16%60.78%-
XYZ15.9911.672.22-
YUV91.2389.5173.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=62%
G=28.8%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155722300.540.850.3922.2774.1634.9
Hex9B48170365527164a23
Octal23311027066125472611243
Binary1001101110010001011101101101010101100111101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,23); }

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

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

 a { background-color: rgb(155,72,23); }

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

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

 span { border-color: rgb(155,72,23); }

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