#955114

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

Shades of Saddle Brown #955114

Tints of Saddle Brown #955114

Color information

#955114 (or 0x955114) is unknown color: approx Saddle Brown. HEX triplet: 95, 51 and 14. RGB value is (149,81,20). Sum of RGB (Red+Green+Blue) = 149+81+20=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #955114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955114 is #6AAEEB. Grayscale: #5E5E5E. Windows color (decimal): -6991596 or 1331605. OLE color: 1331605.

HSL color Cylindrical-coordinate representation of color #955114: hue angle of 28.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #955114 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1498120-
CMYK00.460.870.42
HSL28.37º76.33%33.14%-
HSV(B)28.37º86.58%58.43%-
XYZ15.4612.322.23-
YUV94.3886.03166.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 20 (8.20% from 255) = 8%
R=59.6%
G=32.4%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149812000.460.870.4228.3776.3333.14
Hex95511402E572A1c4c21
Octal22512124056127523411441
Binary1001010110100011010001011101010111101010111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955114; }

 p { color: rgb(149,81,20); }

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

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

 a { background-color: rgb(149,81,20); }

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

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

 span { border-color: rgb(149,81,20); }

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