#54601e

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

Shades of Saratoga #54601E

Tints of Saratoga #54601E

Color information

#54601E (or 0x54601E) is unknown color: approx Saratoga. HEX triplet: 54, 60 and 1E. RGB value is (84,96,30). Sum of RGB (Red+Green+Blue) = 84+96+30=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #54601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54601E is #AB9FE1. Grayscale: #555555. Windows color (decimal): -11247586 or 1990740. OLE color: 1990740.

HSL color Cylindrical-coordinate representation of color #54601E: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54601E is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB849630-
CMYK0.1200.690.62
HSL70.91º52.38%24.71%-
HSV(B)70.91º68.75%37.65%-
XYZ8.0710.342.8-
YUV84.8997.02127.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=40%
G=45.71%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496300.1200.690.6270.9152.3824.71
Hex54601EC0453E473419
Octal12414036140105761076431
Binary1010100110000011110110001000101111110100011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54601e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54601e; }

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

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

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

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

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

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

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

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