#963903

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

Shades of Saddle Brown #963903

Tints of Saddle Brown #963903

Color information

#963903 (or 0x963903) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 03. RGB value is (150,57,3). Sum of RGB (Red+Green+Blue) = 150+57+3=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #963903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963903 is #69C6FC. Grayscale: #4E4E4E. Windows color (decimal): -6932221 or 211350. OLE color: 211350.

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

Color convert

RGB150573-
CMYK00.620.980.41
HSL22.04º96.08%30%-
HSV(B)22.04º98%58.82%-
XYZ14.069.421.16-
YUV78.6585.31178.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.43%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=71.43%
G=27.14%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057300.620.980.4122.0496.0830
Hex9639303E622916601e
Octal226713076142512614036
Binary10010110111001110111110110001010100110110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963903; }

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

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

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

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

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

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

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

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