Html Css Color HEX #52562F Saratoga

📋 copy color: '#52562F'

red 82 ◦ green 86 ◦ blue 47

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

Shades of Saratoga #52562F

Tints of Saratoga #52562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 38.14%
G = 40%
B = 21.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#52562F (or 0x52562F) is known color: Saratoga. HEX triplet: 52, 56 and 2F. RGB value is (82,86,47). Sum of RGB (Red+Green+Blue) = 82+86+47=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #52562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52562F is #ADA9D0. Grayscale: #505050. Windows color (decimal): -11381201 or 3102290. OLE color: 3102290.

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

Color convert

RGB 82 86 47 -
CMYK 0.05 0 0.45 0.66
HSL 66.15º 0.29% 0.26% -
HSV(B) 66.15º 0.45% 0.34% -
XYZ 7.32 8.65 3.97 -
YUV 80.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 82 86 47 0.05 0 0.45 0.66 66.15 0.29 0.26
Hex 52 56 2F 5 0 2D 42 42 1D 1A
Octal 122 126 57 5 0 55 102 102 35 32
Binary 1010010 1010110 101111 101 0 101101 1000010 1000010 11101 11010

Color Harmonies of #52562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52562F

Black with #52562F

Text Example


Text Example

White with #52562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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