Html Css Color HEX #52592C Saratoga

📋 copy color: '#52592C'

red 82 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #52592C

Tints of Saratoga #52592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 38.14%
G = 41.4%
B = 20.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#52592C (or 0x52592C) is known color: Saratoga. HEX triplet: 52, 59 and 2C. RGB value is (82,89,44). Sum of RGB (Red+Green+Blue) = 82+89+44=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #52592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52592C is #ADA6D3. Grayscale: #515151. Windows color (decimal): -11380436 or 2906450. OLE color: 2906450.

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

Color convert

RGB 82 89 44 -
CMYK 0.08 0 0.51 0.65
HSL 69.33º 0.34% 0.26% -
HSV(B) 69.33º 0.51% 0.35% -
XYZ 7.51 9.12 3.75 -
YUV 81.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 82 89 44 0.08 0 0.51 0.65 69.33 0.34 0.26
Hex 52 59 2C 8 0 33 41 45 22 1A
Octal 122 131 54 10 0 63 101 105 42 32
Binary 1010010 1011001 101100 1000 0 110011 1000001 1000101 100010 11010

Color Harmonies of #52592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52592C

Black with #52592C

Text Example


Text Example

White with #52592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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