#965415

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

Shades of Saddle Brown #965415

Tints of Saddle Brown #965415

Color information

#965415 (or 0x965415) is unknown color: approx Saddle Brown. HEX triplet: 96, 54 and 15. RGB value is (150,84,21). Sum of RGB (Red+Green+Blue) = 150+84+21=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965415 is #69ABEA. Grayscale: #606060. Windows color (decimal): -6925291 or 1397910. OLE color: 1397910.

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

Color convert

RGB1508421-
CMYK00.440.860.41
HSL29.3º75.44%33.53%-
HSV(B)29.3º86%58.82%-
XYZ15.8812.882.36-
YUV96.5585.37166.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=58.82%
G=32.94%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150842100.440.860.4129.375.4433.53
Hex96541502C56291d4b22
Octal22612425054126513511342
Binary1001011010101001010101011001010110101001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965415; }

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

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

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

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

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

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

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

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