Html Css Color HEX #52552B Saratoga

📋 copy color: '#52552B'

red 82 ◦ green 85 ◦ blue 43

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

Shades of Saratoga #52552B

Tints of Saratoga #52552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 39.05%
G = 40.48%
B = 20.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#52552B (or 0x52552B) is known color: Saratoga. HEX triplet: 52, 55 and 2B. RGB value is (82,85,43). Sum of RGB (Red+Green+Blue) = 82+85+43=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #52552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52552B is #ADAAD4. Grayscale: #4F4F4F. Windows color (decimal): -11381461 or 2839890. OLE color: 2839890.

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

Color convert

RGB 82 85 43 -
CMYK 0.04 0 0.49 0.67
HSL 64.29º 0.33% 0.25% -
HSV(B) 64.29º 0.49% 0.33% -
XYZ 7.16 8.47 3.54 -
YUV 79.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 82 85 43 0.04 0 0.49 0.67 64.29 0.33 0.25
Hex 52 55 2B 4 0 31 43 40 21 19
Octal 122 125 53 4 0 61 103 100 41 31
Binary 1010010 1010101 101011 100 0 110001 1000011 1000000 100001 11001

Color Harmonies of #52552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52552B

Black with #52552B

Text Example


Text Example

White with #52552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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