#963C19

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

Shades of Saddle Brown #963C19

Tints of Saddle Brown #963C19

Color information

#963C19 (or 0x963C19) is unknown color: approx Saddle Brown. HEX triplet: 96, 3C and 19. RGB value is (150,60,25). Sum of RGB (Red+Green+Blue) = 150+60+25=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C19 is #69C3E6. Grayscale: #535353. Windows color (decimal): -6931431 or 1653910. OLE color: 1653910.

HSL color Cylindrical-coordinate representation of color #963C19: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963C19 is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1506025-
CMYK00.60.830.41
HSL16.8º71.43%34.31%-
HSV(B)16.8º83.33%58.82%-
XYZ14.379.792.05-
YUV82.9295.32175.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=63.83%
G=25.53%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150602500.60.830.4116.871.4334.31
Hex963C1903C5329114722
Octal2267431074123512110742
Binary100101101111001100101111001010011101001100011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C19; }

 p { color: rgb(150,60,25); }

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

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

 a { background-color: rgb(150,60,25); }

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

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

 span { border-color: rgb(150,60,25); }

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