#53552C

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

Shades of Saratoga #53552C

Tints of Saratoga #53552C

Color information

#53552C (or 0x53552C) is unknown color: approx Saratoga. HEX triplet: 53, 55 and 2C. RGB value is (83,85,44). Sum of RGB (Red+Green+Blue) = 83+85+44=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #53552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53552C is #ACAAD3. Grayscale: #4F4F4F. Windows color (decimal): -11315924 or 2905427. OLE color: 2905427.

HSL color Cylindrical-coordinate representation of color #53552C: hue angle of 62.93º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53552C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB838544-
CMYK0.0200.480.67
HSL62.93º31.78%25.29%-
HSV(B)62.93º48.24%33.33%-
XYZ7.278.523.64-
YUV79.73107.84130.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=39.15%
G=40.09%
B=20.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385440.0200.480.6762.9331.7825.29
Hex53552C2030433f2019
Octal123125542060103774031
Binary10100111010101101100100110000100001111111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53552C; }

 p { color: rgb(83,85,44); }

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

<style>
 a { background-color: #53552C; }

 a { background-color: rgb(83,85,44); }

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

<style>
 span { border-color: #53552C; }

 span { border-color: rgb(83,85,44); }

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