#963B18

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

Shades of Saddle Brown #963B18

Tints of Saddle Brown #963B18

Color information

#963B18 (or 0x963B18) is unknown color: approx Saddle Brown. HEX triplet: 96, 3B and 18. RGB value is (150,59,24). Sum of RGB (Red+Green+Blue) = 150+59+24=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #963B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963B18 is #69C4E7. Grayscale: #525252. Windows color (decimal): -6931688 or 1588118. OLE color: 1588118.

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

Color convert

RGB1505924-
CMYK00.610.840.41
HSL16.67º72.41%34.12%-
HSV(B)16.67º84%58.82%-
XYZ14.319.681.98-
YUV82.2295.15176.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=64.38%
G=25.32%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150592400.610.840.4116.6772.4134.12
Hex963B1803D5429114822
Octal2267330075124512111042
Binary100101101110111100001111011010100101001100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,24); }

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

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

 a { background-color: rgb(150,59,24); }

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

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

 span { border-color: rgb(150,59,24); }

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