#9B3207

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

Shades of Saddle Brown #9B3207

Tints of Saddle Brown #9B3207

Color information

#9B3207 (or 0x9B3207) is unknown color: approx Saddle Brown. HEX triplet: 9B, 32 and 07. RGB value is (155,50,7). Sum of RGB (Red+Green+Blue) = 155+50+7=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3207 is #64CDF8. Grayscale: #4C4C4C. Windows color (decimal): -6606329 or 471707. OLE color: 471707.

HSL color Cylindrical-coordinate representation of color #9B3207: hue angle of 17.43º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B3207 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB155507-
CMYK00.680.950.39
HSL17.43º91.36%31.76%-
HSV(B)17.43º95.48%60.78%-
XYZ14.79.271.21-
YUV76.4988.79184-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.11%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=73.11%
G=23.58%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15550700.680.950.3917.4391.3631.76
Hex9B3270445F27115b20
Octal2336270104137472113340
Binary10011011110010111010001001011111100111100011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,7); }

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

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

 a { background-color: rgb(155,50,7); }

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

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

 span { border-color: rgb(155,50,7); }

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