#525D30

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

Shades of Saratoga #525D30

Tints of Saratoga #525D30

Color information

#525D30 (or 0x525D30) is unknown color: approx Saratoga. HEX triplet: 52, 5D and 30. RGB value is (82,93,48). Sum of RGB (Red+Green+Blue) = 82+93+48=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #525D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D30 is #ADA2CF. Grayscale: #545454. Windows color (decimal): -11379408 or 3169618. OLE color: 3169618.

HSL color Cylindrical-coordinate representation of color #525D30: hue angle of 74.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #525D30 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB829348-
CMYK0.1200.480.64
HSL74.67º31.91%27.65%-
HSV(B)74.67º48.39%36.47%-
XYZ7.939.844.28-
YUV84.58107.36126.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=36.77%
G=41.70%
B=21.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293480.1200.480.6474.6731.9127.65
Hex525D30C030404b201c
Octal12213560140601001134034
Binary10100101011101110000110001100001000000100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D30; }

 p { color: rgb(82,93,48); }

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

<style>
 a { background-color: #525D30; }

 a { background-color: rgb(82,93,48); }

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

<style>
 span { border-color: #525D30; }

 span { border-color: rgb(82,93,48); }

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