Html Css Color HEX #52542B Saratoga

📋 copy color: '#52542B'

red 82 ◦ green 84 ◦ blue 43

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

Shades of Saratoga #52542B

Tints of Saratoga #52542B

RGB

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

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

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

R = 39.23%
G = 40.19%
B = 20.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#52542B (or 0x52542B) is known color: Saratoga. HEX triplet: 52, 54 and 2B. RGB value is (82,84,43). Sum of RGB (Red+Green+Blue) = 82+84+43=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #52542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52542B is #ADABD4. Grayscale: #4E4E4E. Windows color (decimal): -11381717 or 2839634. OLE color: 2839634.

HSL color Cylindrical-coordinate representation of color #52542B: hue angle of 62.93º degrees, saturation: 0.32, 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 #52542B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 43 -
CMYK 0.02 0 0.49 0.67
HSL 62.93º 0.32% 0.25% -
HSV(B) 62.93º 0.49% 0.33% -
XYZ 7.09 8.31 3.52 -
YUV 78.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 82 84 43 0.02 0 0.49 0.67 62.93 0.32 0.25
Hex 52 54 2B 2 0 31 43 3F 20 19
Octal 122 124 53 2 0 61 103 77 40 31
Binary 1010010 1010100 101011 10 0 110001 1000011 111111 100000 11001

Color Harmonies of #52542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52542B

Black with #52542B

Text Example


Text Example

White with #52542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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