Html Css Color HEX #52552C Saratoga

📋 copy color: '#52552C'

red 82 ◦ green 85 ◦ blue 44

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

Shades of Saratoga #52552C

Tints of Saratoga #52552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

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

R = 38.86%
G = 40.28%
B = 20.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#52552C (or 0x52552C) is known color: Saratoga. HEX triplet: 52, 55 and 2C. RGB value is (82,85,44). Sum of RGB (Red+Green+Blue) = 82+85+44=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #52552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552C is #ADAAD3. Grayscale: #4F4F4F. Windows color (decimal): -11381460 or 2905426. OLE color: 2905426.

HSL color Cylindrical-coordinate representation of color #52552C: hue angle of 64.39º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52552C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 44 -
CMYK 0.04 0 0.48 0.67
HSL 64.39º 0.32% 0.25% -
HSV(B) 64.39º 0.48% 0.33% -
XYZ 7.18 8.47 3.64 -
YUV 79.43 108.01 129.83 -
System Red Green Blue C M Y K H S L
Decimal 82 85 44 0.04 0 0.48 0.67 64.39 0.32 0.25
Hex 52 55 2C 4 0 30 43 40 20 19
Octal 122 125 54 4 0 60 103 100 40 31
Binary 1010010 1010101 101100 100 0 110000 1000011 1000000 100000 11001

Color Harmonies of #52552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52552C

Black with #52552C

Text Example


Text Example

White with #52552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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