Html Css Color HEX #53542A Saratoga

📋 copy color: '#53542A'

red 83 ◦ green 84 ◦ blue 42

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

Shades of Saratoga #53542A

Tints of Saratoga #53542A

RGB

 RED value IS 83 (32.81% from 255) = 39.71%

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

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

R = 39.71%
G = 40.19%
B = 20.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#53542A (or 0x53542A) is known color: Saratoga. HEX triplet: 53, 54 and 2A. RGB value is (83,84,42). Sum of RGB (Red+Green+Blue) = 83+84+42=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #53542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53542A is #ACABD5. Grayscale: #4F4F4F. Windows color (decimal): -11316182 or 2774099. OLE color: 2774099.

HSL color Cylindrical-coordinate representation of color #53542A: hue angle of 61.43º 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 #53542A is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 42 -
CMYK 0.01 0 0.5 0.67
HSL 61.43º 0.33% 0.25% -
HSV(B) 61.43º 0.5% 0.33% -
XYZ 7.16 8.35 3.42 -
YUV 78.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 83 84 42 0.01 0 0.5 0.67 61.43 0.33 0.25
Hex 53 54 2A 1 0 32 43 3D 21 19
Octal 123 124 52 1 0 62 103 75 41 31
Binary 1010011 1010100 101010 1 0 110010 1000011 111101 100001 11001

Color Harmonies of #53542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53542A

Black with #53542A

Text Example


Text Example

White with #53542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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