#963105

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

Shades of Saddle Brown #963105

Tints of Saddle Brown #963105

Color information

#963105 (or 0x963105) is unknown color: approx Saddle Brown. HEX triplet: 96, 31 and 05. RGB value is (150,49,5). Sum of RGB (Red+Green+Blue) = 150+49+5=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #963105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963105 is #69CEFA. Grayscale: #4A4A4A. Windows color (decimal): -6934267 or 340374. OLE color: 340374.

HSL color Cylindrical-coordinate representation of color #963105: hue angle of 18.21º 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 #963105 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150495-
CMYK00.670.970.41
HSL18.21º93.55%30.39%-
HSV(B)18.21º96.67%58.82%-
XYZ13.78.691.1-
YUV74.1888.96182.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.53%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 5 (2.34% from 255) = 2.45%
R=73.53%
G=24.02%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15049500.670.970.4118.2193.5530.39
Hex963150436129125e1e
Octal2266150103141512213636
Binary1001011011000110101000011110000110100110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963105; }

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

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

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

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

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

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

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

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