#51552E

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

Shades of Saratoga #51552E

Tints of Saratoga #51552E

Color information

#51552E (or 0x51552E) is unknown color: approx Saratoga. HEX triplet: 51, 55 and 2E. RGB value is (81,85,46). Sum of RGB (Red+Green+Blue) = 81+85+46=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #51552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51552E is #AEAAD1. Grayscale: #4F4F4F. Windows color (decimal): -11446994 or 3036497. OLE color: 3036497.

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

Color convert

RGB818546-
CMYK0.0500.460.67
HSL66.15º29.77%25.69%-
HSV(B)66.15º45.88%33.33%-
XYZ7.138.443.84-
YUV79.36109.17129.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=38.21%
G=40.09%
B=21.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185460.0500.460.6766.1529.7725.69
Hex51552E502E43421e1a
Octal1211255650561031023632
Binary101000110101011011101010101110100001110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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