#954310

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

Shades of Saddle Brown #954310

Tints of Saddle Brown #954310

Color information

#954310 (or 0x954310) is unknown color: approx Saddle Brown. HEX triplet: 95, 43 and 10. RGB value is (149,67,16). Sum of RGB (Red+Green+Blue) = 149+67+16=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954310 is #6ABCEF. Grayscale: #555555. Windows color (decimal): -6995184 or 1065877. OLE color: 1065877.

HSL color Cylindrical-coordinate representation of color #954310: hue angle of 23.01º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #954310 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1496716-
CMYK00.550.890.42
HSL23.01º80.61%32.35%-
HSV(B)23.01º89.26%58.43%-
XYZ14.510.441.74-
YUV85.788.67173.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=64.22%
G=28.88%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149671600.550.890.4223.0180.6132.35
Hex954310037592A175120
Octal22510320067131522712140
Binary1001010110000111000001101111011001101010101111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954310; }

 p { color: rgb(149,67,16); }

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

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

 a { background-color: rgb(149,67,16); }

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

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

 span { border-color: rgb(149,67,16); }

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