#54612F

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

Shades of Saratoga #54612F

Tints of Saratoga #54612F

Color information

#54612F (or 0x54612F) is unknown color: approx Saratoga. HEX triplet: 54, 61 and 2F. RGB value is (84,97,47). Sum of RGB (Red+Green+Blue) = 84+97+47=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #54612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54612F is #AB9ED0. Grayscale: #575757. Windows color (decimal): -11247313 or 3105108. OLE color: 3105108.

HSL color Cylindrical-coordinate representation of color #54612F: hue angle of 75.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54612F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB849747-
CMYK0.1300.520.62
HSL75.6º34.72%28.24%-
HSV(B)75.6º51.55%38.04%-
XYZ8.4410.644.3-
YUV87.41105.19125.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=36.84%
G=42.54%
B=20.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497470.1300.520.6275.634.7228.24
Hex54612FD0343E4c231c
Octal1241415715064761144334
Binary1010100110000110111111010110100111110100110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54612F; }

 p { color: rgb(84,97,47); }

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

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

 a { background-color: rgb(84,97,47); }

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

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

 span { border-color: rgb(84,97,47); }

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