Html Css Color HEX #52542A Saratoga

📋 copy color: '#52542A'

red 82 ◦ green 84 ◦ blue 42

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

Shades of Saratoga #52542A

Tints of Saratoga #52542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 39.42%
G = 40.38%
B = 20.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#52542A (or 0x52542A) is known color: Saratoga. HEX triplet: 52, 54 and 2A. RGB value is (82,84,42). Sum of RGB (Red+Green+Blue) = 82+84+42=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #52542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542A is #ADABD5. Grayscale: #4E4E4E. Windows color (decimal): -11381718 or 2774098. OLE color: 2774098.

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

Color convert

RGB 82 84 42 -
CMYK 0.02 0 0.5 0.67
HSL 62.86º 0.33% 0.25% -
HSV(B) 62.86º 0.5% 0.33% -
XYZ 7.07 8.3 3.42 -
YUV 78.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 82 84 42 0.02 0 0.5 0.67 62.86 0.33 0.25
Hex 52 54 2A 2 0 32 43 3F 21 19
Octal 122 124 52 2 0 62 103 77 41 31
Binary 1010010 1010100 101010 10 0 110010 1000011 111111 100001 11001

Color Harmonies of #52542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52542A

Black with #52542A

Text Example


Text Example

White with #52542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52542A; }

 p { color: rgb(82,84,42); }

 H1.HeaderClassName
 {
   color: #52542A;
 }
 .AnyTagClassName
 {
   color: #52542A;
 }
</style>

background-color css

<style>
 a { background-color: #52542A; }

 a { background-color: rgb(82,84,42); }

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

border-color css

<style>
 span { border-color: #52542A; }

 span { border-color: rgb(82,84,42); }

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