#963A12

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

Shades of Saddle Brown #963A12

Tints of Saddle Brown #963A12

Color information

#963A12 (or 0x963A12) is unknown color: approx Saddle Brown. HEX triplet: 96, 3A and 12. RGB value is (150,58,18). Sum of RGB (Red+Green+Blue) = 150+58+18=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A12 is #69C5ED. Grayscale: #515151. Windows color (decimal): -6931950 or 1194646. OLE color: 1194646.

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

Color convert

RGB1505818-
CMYK00.610.880.41
HSL18.18º78.57%32.94%-
HSV(B)18.18º88%58.82%-
XYZ14.29.551.67-
YUV80.9592.48177.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 18 (7.42% from 255) = 7.96%
R=66.37%
G=25.66%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150581800.610.880.4118.1878.5732.94
Hex963A1203D5829124f21
Octal2267222075130512211741
Binary100101101110101001001111011011000101001100101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,58,18); }

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

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

 a { background-color: rgb(150,58,18); }

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

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

 span { border-color: rgb(150,58,18); }

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