#965205

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

Shades of Saddle Brown #965205

Tints of Saddle Brown #965205

Color information

#965205 (or 0x965205) is unknown color: approx Saddle Brown. HEX triplet: 96, 52 and 05. RGB value is (150,82,5). Sum of RGB (Red+Green+Blue) = 150+82+5=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #965205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965205 is #69ADFA. Grayscale: #5D5D5D. Windows color (decimal): -6925819 or 348822. OLE color: 348822.

HSL color Cylindrical-coordinate representation of color #965205: hue angle of 31.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965205 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150825-
CMYK00.450.970.41
HSL31.86º93.55%30.39%-
HSV(B)31.86º96.67%58.82%-
XYZ15.6212.531.74-
YUV93.5578.03168.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=63.29%
G=34.60%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15082500.450.970.4131.8693.5530.39
Hex9652502D6129205e1e
Octal2261225055141514013636
Binary10010110101001010101011011100001101001100000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965205; }

 p { color: rgb(150,82,5); }

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

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

 a { background-color: rgb(150,82,5); }

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

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

 span { border-color: rgb(150,82,5); }

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