#945119

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

Shades of Saddle Brown #945119

Tints of Saddle Brown #945119

Color information

#945119 (or 0x945119) is unknown color: approx Saddle Brown. HEX triplet: 94, 51 and 19. RGB value is (148,81,25). Sum of RGB (Red+Green+Blue) = 148+81+25=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #945119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945119 is #6BAEE6. Grayscale: #5E5E5E. Windows color (decimal): -7057127 or 1659284. OLE color: 1659284.

HSL color Cylindrical-coordinate representation of color #945119: hue angle of 27.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #945119 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1488125-
CMYK00.450.830.42
HSL27.32º71.1%33.92%-
HSV(B)27.32º83.11%58.04%-
XYZ15.3312.252.48-
YUV94.6588.7166.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=58.27%
G=31.89%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148812500.450.830.4227.3271.133.92
Hex94511902D532A1b4722
Octal22412131055123523310742
Binary1001010010100011100101011011010011101010110111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945119; }

 p { color: rgb(148,81,25); }

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

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

 a { background-color: rgb(148,81,25); }

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

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

 span { border-color: rgb(148,81,25); }

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