#52542B

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

Shades of Saratoga #52542B

Tints of Saratoga #52542B

Color information

#52542B (or 0x52542B) is unknown color: approx Saratoga. HEX triplet: 52, 54 and 2B. RGB value is (82,84,43). Sum of RGB (Red+Green+Blue) = 82+84+43=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #52542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542B is #ADABD4. Grayscale: #4E4E4E. Windows color (decimal): -11381717 or 2839634. OLE color: 2839634.

HSL color Cylindrical-coordinate representation of color #52542B: 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.49%. Process color model (Four color, CMYK) of #52542B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB828443-
CMYK0.0200.490.67
HSL62.93º32.28%24.9%-
HSV(B)62.93º48.81%32.94%-
XYZ7.098.313.52-
YUV78.73107.84130.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=39.23%
G=40.19%
B=20.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284430.0200.490.6762.9332.2824.9
Hex52542B2031433f2019
Octal122124532061103774031
Binary10100101010100101011100110001100001111111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,84,43); }

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

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

 a { background-color: rgb(82,84,43); }

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

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

 span { border-color: rgb(82,84,43); }

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