#954814

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

Shades of Saddle Brown #954814

Tints of Saddle Brown #954814

Color information

#954814 (or 0x954814) is unknown color: approx Saddle Brown. HEX triplet: 95, 48 and 14. RGB value is (149,72,20). Sum of RGB (Red+Green+Blue) = 149+72+20=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #954814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954814 is #6AB7EB. Grayscale: #595959. Windows color (decimal): -6993900 or 1329301. OLE color: 1329301.

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

Color convert

RGB1497220-
CMYK00.520.870.42
HSL24.19º76.33%33.14%-
HSV(B)24.19º86.58%58.43%-
XYZ14.8411.072.02-
YUV89.189.01170.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=61.83%
G=29.88%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149722000.520.870.4224.1976.3333.14
Hex954814034572A184c21
Octal22511024064127523011441
Binary1001010110010001010001101001010111101010110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954814; }

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

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

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

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

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

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

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

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