#955109

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

Shades of Saddle Brown #955109

Tints of Saddle Brown #955109

Color information

#955109 (or 0x955109) is unknown color: approx Saddle Brown. HEX triplet: 95, 51 and 09. RGB value is (149,81,9). Sum of RGB (Red+Green+Blue) = 149+81+9=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955109 is #6AAEF6. Grayscale: #5D5D5D. Windows color (decimal): -6991607 or 610709. OLE color: 610709.

HSL color Cylindrical-coordinate representation of color #955109: hue angle of 30.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #955109 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB149819-
CMYK00.460.940.42
HSL30.86º88.61%30.98%-
HSV(B)30.86º93.96%58.43%-
XYZ15.3912.291.82-
YUV93.1280.53167.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=62.34%
G=33.89%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14981900.460.940.4230.8688.6130.98
Hex9551902E5E2A1f591f
Octal22512111056136523713137
Binary10010101101000110010101110101111010101011111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955109; }

 p { color: rgb(149,81,9); }

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

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

 a { background-color: rgb(149,81,9); }

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

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

 span { border-color: rgb(149,81,9); }

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