#54602A

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

Shades of Saratoga #54602A

Tints of Saratoga #54602A

Color information

#54602A (or 0x54602A) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 2A. RGB value is (84,96,42). Sum of RGB (Red+Green+Blue) = 84+96+42=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #54602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54602A is #AB9FD5. Grayscale: #565656. Windows color (decimal): -11247574 or 2777172. OLE color: 2777172.

HSL color Cylindrical-coordinate representation of color #54602A: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54602A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB849642-
CMYK0.1200.560.62
HSL73.33º39.13%27.06%-
HSV(B)73.33º56.25%37.65%-
XYZ8.2610.423.77-
YUV86.26103.02126.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=37.84%
G=43.24%
B=18.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496420.1200.560.6273.3339.1327.06
Hex54602AC0383E49271b
Octal1241405214070761114733
Binary1010100110000010101011000111000111110100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54602A; }

 p { color: rgb(84,96,42); }

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

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

 a { background-color: rgb(84,96,42); }

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

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

 span { border-color: rgb(84,96,42); }

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