Html Css Color HEX #52552F Saratoga

📋 copy color: '#52552F'

red 82 ◦ green 85 ◦ blue 47

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

Shades of Saratoga #52552F

Tints of Saratoga #52552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 38.32%
G = 39.72%
B = 21.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#52552F (or 0x52552F) is known color: Saratoga. HEX triplet: 52, 55 and 2F. RGB value is (82,85,47). Sum of RGB (Red+Green+Blue) = 82+85+47=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #52552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552F is #ADAAD0. Grayscale: #4F4F4F. Windows color (decimal): -11381457 or 3102034. OLE color: 3102034.

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

Color convert

RGB 82 85 47 -
CMYK 0.04 0 0.45 0.67
HSL 64.74º 0.29% 0.26% -
HSV(B) 64.74º 0.45% 0.33% -
XYZ 7.24 8.5 3.95 -
YUV 79.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 82 85 47 0.04 0 0.45 0.67 64.74 0.29 0.26
Hex 52 55 2F 4 0 2D 43 41 1D 1A
Octal 122 125 57 4 0 55 103 101 35 32
Binary 1010010 1010101 101111 100 0 101101 1000011 1000001 11101 11010

Color Harmonies of #52552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52552F

Black with #52552F

Text Example


Text Example

White with #52552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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