#945219

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

Shades of Saddle Brown #945219

Tints of Saddle Brown #945219

Color information

#945219 (or 0x945219) is unknown color: approx Saddle Brown. HEX triplet: 94, 52 and 19. RGB value is (148,82,25). Sum of RGB (Red+Green+Blue) = 148+82+25=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #945219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945219 is #6BADE6. Grayscale: #5F5F5F. Windows color (decimal): -7056871 or 1659540. OLE color: 1659540.

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

Color convert

RGB1488225-
CMYK00.450.830.42
HSL27.8º71.1%33.92%-
HSV(B)27.8º83.11%58.04%-
XYZ15.4112.42.5-
YUV95.2488.37165.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=58.04%
G=32.16%
B=9.80%

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
Decimal148822500.450.830.4227.871.133.92
Hex94521902D532A1c4722
Octal22412231055123523410742
Binary1001010010100101100101011011010011101010111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945219; }

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

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

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

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

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

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

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

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