Html Css Color HEX #52572E Saratoga

📋 copy color: '#52572E'

red 82 ◦ green 87 ◦ blue 46

#52572E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #52572E

Tints of Saratoga #52572E

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

 GREEN value IS 87 (34.38% from 255) = 40.47%

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 38.14%
G = 40.47%
B = 21.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#52572E (or 0x52572E) is known color: Saratoga. HEX triplet: 52, 57 and 2E. RGB value is (82,87,46). Sum of RGB (Red+Green+Blue) = 82+87+46=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #52572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52572E is #ADA8D1. Grayscale: #505050. Windows color (decimal): -11380946 or 3037010. OLE color: 3037010.

HSL color Cylindrical-coordinate representation of color #52572E: hue angle of 67.32º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52572E is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 46 -
CMYK 0.06 0 0.47 0.66
HSL 67.32º 0.31% 0.26% -
HSV(B) 67.32º 0.47% 0.34% -
XYZ 7.38 8.81 3.9 -
YUV 80.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 82 87 46 0.06 0 0.47 0.66 67.32 0.31 0.26
Hex 52 57 2E 6 0 2F 42 43 1F 1A
Octal 122 127 56 6 0 57 102 103 37 32
Binary 1010010 1010111 101110 110 0 101111 1000010 1000011 11111 11010

Color Harmonies of #52572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52572E

Black with #52572E

Text Example


Text Example

White with #52572E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,87,46); }

 H1.HeaderClassName
 {
   color: #52572E;
 }
 .AnyTagClassName
 {
   color: #52572E;
 }
</style>

background-color css

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

 a { background-color: rgb(82,87,46); }

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

border-color css

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

 span { border-color: rgb(82,87,46); }

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