#9B3901

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

Shades of Saddle Brown #9B3901

Tints of Saddle Brown #9B3901

Color information

#9B3901 (or 0x9B3901) is unknown color: approx Saddle Brown. HEX triplet: 9B, 39 and 01. RGB value is (155,57,1). Sum of RGB (Red+Green+Blue) = 155+57+1=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3901 is #64C6FE. Grayscale: #505050. Windows color (decimal): -6604543 or 80283. OLE color: 80283.

HSL color Cylindrical-coordinate representation of color #9B3901: hue angle of 21.82º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B3901 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB155571-
CMYK00.630.990.39
HSL21.82º98.72%30.59%-
HSV(B)21.82º99.35%60.78%-
XYZ14.999.91.15-
YUV79.9283.47181.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.77%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=72.77%
G=26.76%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15557100.630.990.3921.8298.7230.59
Hex9B39103F632716631f
Octal233711077143472614337
Binary1001101111100110111111110001110011110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,1); }

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

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

 a { background-color: rgb(155,57,1); }

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

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

 span { border-color: rgb(155,57,1); }

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