#55612F

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

Shades of Saratoga #55612F

Tints of Saratoga #55612F

Color information

#55612F (or 0x55612F) is unknown color: approx Saratoga. HEX triplet: 55, 61 and 2F. RGB value is (85,97,47). Sum of RGB (Red+Green+Blue) = 85+97+47=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #55612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55612F is #AA9ED0. Grayscale: #575757. Windows color (decimal): -11181777 or 3105109. OLE color: 3105109.

HSL color Cylindrical-coordinate representation of color #55612F: hue angle of 74.4º 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 #55612F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB859747-
CMYK0.1200.520.62
HSL74.4º34.72%28.24%-
HSV(B)74.4º51.55%38.04%-
XYZ8.5310.694.3-
YUV87.71105.02126.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=37.12%
G=42.36%
B=20.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597470.1200.520.6274.434.7228.24
Hex55612FC0343E4a231c
Octal1251415714064761124334
Binary1010101110000110111111000110100111110100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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