#963405

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

Shades of Saddle Brown #963405

Tints of Saddle Brown #963405

Color information

#963405 (or 0x963405) is unknown color: approx Saddle Brown. HEX triplet: 96, 34 and 05. RGB value is (150,52,5). Sum of RGB (Red+Green+Blue) = 150+52+5=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #963405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963405 is #69CBFA. Grayscale: #4C4C4C. Windows color (decimal): -6933499 or 341142. OLE color: 341142.

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

Color convert

RGB150525-
CMYK00.650.970.41
HSL19.45º93.55%30.39%-
HSV(B)19.45º96.67%58.82%-
XYZ13.838.951.14-
YUV75.9487.97180.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 5 (2.34% from 255) = 2.42%
R=72.46%
G=25.12%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15052500.650.970.4119.4593.5530.39
Hex963450416129135e1e
Octal2266450101141512313636
Binary1001011011010010101000001110000110100110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963405; }

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

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

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

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

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

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

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

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