#55602F

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

Shades of Saratoga #55602F

Tints of Saratoga #55602F

Color information

#55602F (or 0x55602F) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 2F. RGB value is (85,96,47). Sum of RGB (Red+Green+Blue) = 85+96+47=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #55602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55602F is #AA9FD0. Grayscale: #575757. Windows color (decimal): -11182033 or 3104853. OLE color: 3104853.

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

Color convert

RGB859647-
CMYK0.1100.510.62
HSL73.47º34.27%28.04%-
HSV(B)73.47º51.04%37.65%-
XYZ8.4410.54.27-
YUV87.12105.36126.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=37.28%
G=42.11%
B=20.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596470.1100.510.6273.4734.2728.04
Hex55602FB0333E49221c
Octal1251405713063761114234
Binary1010101110000010111110110110011111110100100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,96,47); }

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

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

 a { background-color: rgb(85,96,47); }

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

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

 span { border-color: rgb(85,96,47); }

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