#9B4713

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

Shades of Saddle Brown #9B4713

Tints of Saddle Brown #9B4713

Color information

#9B4713 (or 0x9B4713) is unknown color: approx Saddle Brown. HEX triplet: 9B, 47 and 13. RGB value is (155,71,19). Sum of RGB (Red+Green+Blue) = 155+71+19=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4713 is #64B8EC. Grayscale: #5A5A5A. Windows color (decimal): -6600941 or 1263515. OLE color: 1263515.

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

Color convert

RGB1557119-
CMYK00.540.880.39
HSL22.94º78.16%34.12%-
HSV(B)22.94º87.74%60.78%-
XYZ15.8911.522-
YUV90.1987.83174.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=63.27%
G=28.98%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155711900.540.880.3922.9478.1634.12
Hex9B47130365827174e22
Octal23310723066130472711642
Binary1001101110001111001101101101011000100111101111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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