#51552B

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

Shades of Saratoga #51552B

Tints of Saratoga #51552B

Color information

#51552B (or 0x51552B) is unknown color: approx Saratoga. HEX triplet: 51, 55 and 2B. RGB value is (81,85,43). Sum of RGB (Red+Green+Blue) = 81+85+43=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #51552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51552B is #AEAAD4. Grayscale: #4F4F4F. Windows color (decimal): -11446997 or 2839889. OLE color: 2839889.

HSL color Cylindrical-coordinate representation of color #51552B: hue angle of 65.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51552B is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB818543-
CMYK0.0500.490.67
HSL65.71º32.81%25.1%-
HSV(B)65.71º49.41%33.33%-
XYZ7.088.423.54-
YUV79.02107.67129.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=38.76%
G=40.67%
B=20.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185430.0500.490.6765.7132.8125.1
Hex51552B503143422119
Octal1211255350611031024131
Binary1010001101010110101110101100011000011100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51552B; }

 p { color: rgb(81,85,43); }

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

<style>
 a { background-color: #51552B; }

 a { background-color: rgb(81,85,43); }

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

<style>
 span { border-color: #51552B; }

 span { border-color: rgb(81,85,43); }

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