#9B4013

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

Shades of Saddle Brown #9B4013

Tints of Saddle Brown #9B4013

Color information

#9B4013 (or 0x9B4013) is unknown color: approx Saddle Brown. HEX triplet: 9B, 40 and 13. RGB value is (155,64,19). Sum of RGB (Red+Green+Blue) = 155+64+19=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4013 is #64BFEC. Grayscale: #565656. Windows color (decimal): -6602733 or 1261723. OLE color: 1261723.

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

Color convert

RGB1556419-
CMYK00.590.880.39
HSL19.85º78.16%34.12%-
HSV(B)19.85º87.74%60.78%-
XYZ15.4710.681.86-
YUV86.0890.15177.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=65.13%
G=26.89%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155641900.590.880.3919.8578.1634.12
Hex9B401303B5827144e22
Octal23310023073130472411642
Binary1001101110000001001101110111011000100111101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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