#965416

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

Shades of Saddle Brown #965416

Tints of Saddle Brown #965416

Color information

#965416 (or 0x965416) is unknown color: approx Saddle Brown. HEX triplet: 96, 54 and 16. RGB value is (150,84,22). Sum of RGB (Red+Green+Blue) = 150+84+22=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965416 is #69ABE9. Grayscale: #606060. Windows color (decimal): -6925290 or 1463446. OLE color: 1463446.

HSL color Cylindrical-coordinate representation of color #965416: hue angle of 29.06º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #965416 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1508422-
CMYK00.440.850.41
HSL29.06º74.42%33.73%-
HSV(B)29.06º85.33%58.82%-
XYZ15.8912.882.41-
YUV96.6785.87166.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=58.59%
G=32.81%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150842200.440.850.4129.0674.4233.73
Hex96541602C55291d4a22
Octal22612426054125513511242
Binary1001011010101001011001011001010101101001111011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965416; }

 p { color: rgb(150,84,22); }

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

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

 a { background-color: rgb(150,84,22); }

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

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

 span { border-color: rgb(150,84,22); }

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