#963905

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

Shades of Saddle Brown #963905

Tints of Saddle Brown #963905

Color information

#963905 (or 0x963905) is unknown color: approx Saddle Brown. HEX triplet: 96, 39 and 05. RGB value is (150,57,5). Sum of RGB (Red+Green+Blue) = 150+57+5=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #963905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963905 is #69C6FA. Grayscale: #4F4F4F. Windows color (decimal): -6932219 or 342422. OLE color: 342422.

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

Color convert

RGB150575-
CMYK00.620.970.41
HSL21.52º93.55%30.39%-
HSV(B)21.52º96.67%58.82%-
XYZ14.079.421.22-
YUV78.8886.31178.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.75%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=70.75%
G=26.89%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15057500.620.970.4121.5293.5530.39
Hex9639503E6129165e1e
Octal226715076141512613636
Binary100101101110011010111110110000110100110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963905; }

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

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

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

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

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

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

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

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