Html Css Color HEX #52552E Saratoga

📋 copy color: '#52552E'

red 82 ◦ green 85 ◦ blue 46

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

Shades of Saratoga #52552E

Tints of Saratoga #52552E

RGB

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

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

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

R = 38.5%
G = 39.91%
B = 21.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#52552E (or 0x52552E) is known color: Saratoga. HEX triplet: 52, 55 and 2E. RGB value is (82,85,46). Sum of RGB (Red+Green+Blue) = 82+85+46=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #52552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552E is #ADAAD1. Grayscale: #4F4F4F. Windows color (decimal): -11381458 or 3036498. OLE color: 3036498.

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

Color convert

RGB 82 85 46 -
CMYK 0.04 0 0.46 0.67
HSL 64.62º 0.3% 0.26% -
HSV(B) 64.62º 0.46% 0.33% -
XYZ 7.22 8.49 3.84 -
YUV 79.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 82 85 46 0.04 0 0.46 0.67 64.62 0.3 0.26
Hex 52 55 2E 4 0 2E 43 41 1E 1A
Octal 122 125 56 4 0 56 103 101 36 32
Binary 1010010 1010101 101110 100 0 101110 1000011 1000001 11110 11010

Color Harmonies of #52552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52552E

Black with #52552E

Text Example


Text Example

White with #52552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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