#54592C

Color #54592C Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #54592C

Tints of Saratoga #54592C

Color information

#54592C (or 0x54592C) is unknown color: approx Saratoga. HEX triplet: 54, 59 and 2C. RGB value is (84,89,44). Sum of RGB (Red+Green+Blue) = 84+89+44=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #54592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54592C is #ABA6D3. Grayscale: #525252. Windows color (decimal): -11249364 or 2906452. OLE color: 2906452.

HSL color Cylindrical-coordinate representation of color #54592C: hue angle of 66.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54592C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB848944-
CMYK0.0600.510.65
HSL66.67º33.83%26.08%-
HSV(B)66.67º50.56%34.9%-
XYZ7.689.213.76-
YUV82.38106.34129.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=38.71%
G=41.01%
B=20.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489440.0600.510.6566.6733.8326.08
Hex54592C60334143221a
Octal1241315460631011034232
Binary1010100101100110110011001100111000001100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54592C; }

 p { color: rgb(84,89,44); }

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

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

 a { background-color: rgb(84,89,44); }

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

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

 span { border-color: rgb(84,89,44); }

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