Html Css Color HEX #52572F Saratoga

📋 copy color: '#52572F'

red 82 ◦ green 87 ◦ blue 47

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

Shades of Saratoga #52572F

Tints of Saratoga #52572F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 37.96%
G = 40.28%
B = 21.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#52572F (or 0x52572F) is known color: Saratoga. HEX triplet: 52, 57 and 2F. RGB value is (82,87,47). Sum of RGB (Red+Green+Blue) = 82+87+47=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #52572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52572F is #ADA8D0. Grayscale: #515151. Windows color (decimal): -11380945 or 3102546. OLE color: 3102546.

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

Color convert

RGB 82 87 47 -
CMYK 0.06 0 0.46 0.66
HSL 67.5º 0.3% 0.26% -
HSV(B) 67.5º 0.46% 0.34% -
XYZ 7.4 8.82 4 -
YUV 80.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 82 87 47 0.06 0 0.46 0.66 67.5 0.3 0.26
Hex 52 57 2F 6 0 2E 42 44 1E 1A
Octal 122 127 57 6 0 56 102 104 36 32
Binary 1010010 1010111 101111 110 0 101110 1000010 1000100 11110 11010

Color Harmonies of #52572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52572F

Black with #52572F

Text Example


Text Example

White with #52572F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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