#965312

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

Shades of Saddle Brown #965312

Tints of Saddle Brown #965312

Color information

#965312 (or 0x965312) is unknown color: approx Saddle Brown. HEX triplet: 96, 53 and 12. RGB value is (150,83,18). Sum of RGB (Red+Green+Blue) = 150+83+18=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965312 is #69ACED. Grayscale: #5F5F5F. Windows color (decimal): -6925550 or 1201046. OLE color: 1201046.

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

Color convert

RGB1508318-
CMYK00.450.880.41
HSL29.55º78.57%32.94%-
HSV(B)29.55º88%58.82%-
XYZ15.7812.712.19-
YUV95.6284.2166.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=59.76%
G=33.07%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150831800.450.880.4129.5578.5732.94
Hex96531202D58291e4f21
Octal22612322055130513611741
Binary1001011010100111001001011011011000101001111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965312; }

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

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

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

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

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

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

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

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