#954810

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

Shades of Saddle Brown #954810

Tints of Saddle Brown #954810

Color information

#954810 (or 0x954810) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 10. RGB value is (149,72,16). Sum of RGB (Red+Green+Blue) = 149+72+16=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954810 is #6AB7EF. Grayscale: #585858. Windows color (decimal): -6993904 or 1067157. OLE color: 1067157.

HSL color Cylindrical-coordinate representation of color #954810: hue angle of 25.26º 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 #954810 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1497216-
CMYK00.520.890.42
HSL25.26º80.61%32.35%-
HSV(B)25.26º89.26%58.43%-
XYZ14.8111.061.85-
YUV88.6487.01171.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=62.87%
G=30.38%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149721600.520.890.4225.2680.6132.35
Hex954810034592A195120
Octal22511020064131523112140
Binary1001010110010001000001101001011001101010110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954810; }

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

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

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

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

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

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

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

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