Html Css Color HEX #52562D Saratoga

📋 copy color: '#52562D'

red 82 ◦ green 86 ◦ blue 45

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

Shades of Saratoga #52562D

Tints of Saratoga #52562D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 38.5%
G = 40.38%
B = 21.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#52562D (or 0x52562D) is known color: Saratoga. HEX triplet: 52, 56 and 2D. RGB value is (82,86,45). Sum of RGB (Red+Green+Blue) = 82+86+45=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #52562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52562D is #ADA9D2. Grayscale: #505050. Windows color (decimal): -11381203 or 2971218. OLE color: 2971218.

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

Color convert

RGB 82 86 45 -
CMYK 0.05 0 0.48 0.66
HSL 65.85º 0.31% 0.26% -
HSV(B) 65.85º 0.48% 0.34% -
XYZ 7.28 8.64 3.77 -
YUV 80.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 82 86 45 0.05 0 0.48 0.66 65.85 0.31 0.26
Hex 52 56 2D 5 0 30 42 42 1F 1A
Octal 122 126 55 5 0 60 102 102 37 32
Binary 1010010 1010110 101101 101 0 110000 1000010 1000010 11111 11010

Color Harmonies of #52562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52562D

Black with #52562D

Text Example


Text Example

White with #52562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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