#9B3E17

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

Shades of Saddle Brown #9B3E17

Tints of Saddle Brown #9B3E17

Color information

#9B3E17 (or 0x9B3E17) is unknown color: approx Saddle Brown. HEX triplet: 9B, 3E and 17. RGB value is (155,62,23). Sum of RGB (Red+Green+Blue) = 155+62+23=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3E17 is #64C1E8. Grayscale: #555555. Windows color (decimal): -6603241 or 1523355. OLE color: 1523355.

HSL color Cylindrical-coordinate representation of color #9B3E17: hue angle of 17.73º 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 #9B3E17 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1556223-
CMYK00.60.850.39
HSL17.73º74.16%34.9%-
HSV(B)17.73º85.16%60.78%-
XYZ15.3910.482.02-
YUV85.3692.81177.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=64.58%
G=25.83%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155622300.60.850.3917.7374.1634.9
Hex9B3E1703C5527124a23
Octal2337627074125472211243
Binary100110111111101011101111001010101100111100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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