#963410

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

Shades of Saddle Brown #963410

Tints of Saddle Brown #963410

Color information

#963410 (or 0x963410) is unknown color: approx Saddle Brown. HEX triplet: 96, 34 and 10. RGB value is (150,52,16). Sum of RGB (Red+Green+Blue) = 150+52+16=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963410 is #69CBEF. Grayscale: #4D4D4D. Windows color (decimal): -6933488 or 1062038. OLE color: 1062038.

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

Color convert

RGB1505216-
CMYK00.650.890.41
HSL16.12º80.72%32.55%-
HSV(B)16.12º89.33%58.82%-
XYZ13.98.981.49-
YUV77.293.47179.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 16 (6.64% from 255) = 7.34%
R=68.81%
G=23.85%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150521600.650.890.4116.1280.7232.55
Hex9634100415929105121
Octal22664200101131512012141
Binary1001011011010010000010000011011001101001100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963410; }

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

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

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

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

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

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

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

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