Html Css Color HEX #52592E Saratoga

📋 copy color: '#52592E'

red 82 ◦ green 89 ◦ blue 46

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

Shades of Saratoga #52592E

Tints of Saratoga #52592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

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

R = 37.79%
G = 41.01%
B = 21.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#52592E (or 0x52592E) is known color: Saratoga. HEX triplet: 52, 59 and 2E. RGB value is (82,89,46). Sum of RGB (Red+Green+Blue) = 82+89+46=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #52592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52592E is #ADA6D1. Grayscale: #525252. Windows color (decimal): -11380434 or 3037522. OLE color: 3037522.

HSL color Cylindrical-coordinate representation of color #52592E: hue angle of 69.77º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52592E is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 46 -
CMYK 0.08 0 0.48 0.65
HSL 69.77º 0.32% 0.26% -
HSV(B) 69.77º 0.48% 0.35% -
XYZ 7.55 9.14 3.95 -
YUV 82.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 82 89 46 0.08 0 0.48 0.65 69.77 0.32 0.26
Hex 52 59 2E 8 0 30 41 46 20 1A
Octal 122 131 56 10 0 60 101 106 40 32
Binary 1010010 1011001 101110 1000 0 110000 1000001 1000110 100000 11010

Color Harmonies of #52592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52592E

Black with #52592E

Text Example


Text Example

White with #52592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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