#53542A

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

Shades of Saratoga #53542A

Tints of Saratoga #53542A

Color information

#53542A (or 0x53542A) is unknown color: approx Saratoga. HEX triplet: 53, 54 and 2A. RGB value is (83,84,42). Sum of RGB (Red+Green+Blue) = 83+84+42=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #53542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53542A is #ACABD5. Grayscale: #4F4F4F. Windows color (decimal): -11316182 or 2774099. OLE color: 2774099.

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

Color convert

RGB838442-
CMYK0.0100.50.67
HSL61.43º33.33%24.71%-
HSV(B)61.43º50%32.94%-
XYZ7.168.353.42-
YUV78.91107.17130.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=39.71%
G=40.19%
B=20.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384420.0100.50.6761.4333.3324.71
Hex53542A1032433d2119
Octal123124521062103754131
Binary1010011101010010101010110010100001111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53542A; }

 p { color: rgb(83,84,42); }

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

<style>
 a { background-color: #53542A; }

 a { background-color: rgb(83,84,42); }

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

<style>
 span { border-color: #53542A; }

 span { border-color: rgb(83,84,42); }

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