#963913

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

Shades of Saddle Brown #963913

Tints of Saddle Brown #963913

Color information

#963913 (or 0x963913) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 13. RGB value is (150,57,19). Sum of RGB (Red+Green+Blue) = 150+57+19=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963913 is #69C6EC. Grayscale: #505050. Windows color (decimal): -6932205 or 1259926. OLE color: 1259926.

HSL color Cylindrical-coordinate representation of color #963913: hue angle of 17.4º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963913 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1505719-
CMYK00.620.870.41
HSL17.4º77.51%33.14%-
HSV(B)17.4º87.33%58.82%-
XYZ14.169.461.7-
YUV80.4793.31177.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=66.37%
G=25.22%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150571900.620.870.4117.477.5133.14
Hex96391303E5729114e21
Octal2267123076127512111641
Binary100101101110011001101111101010111101001100011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963913; }

 p { color: rgb(150,57,19); }

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

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

 a { background-color: rgb(150,57,19); }

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

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

 span { border-color: rgb(150,57,19); }

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