Html Css Color HEX #53592F Saratoga

📋 copy color: '#53592F'

red 83 ◦ green 89 ◦ blue 47

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

Shades of Saratoga #53592F

Tints of Saratoga #53592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 37.9%
G = 40.64%
B = 21.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#53592F (or 0x53592F) is known color: Saratoga. HEX triplet: 53, 59 and 2F. RGB value is (83,89,47). Sum of RGB (Red+Green+Blue) = 83+89+47=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #53592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53592F is #ACA6D0. Grayscale: #525252. Windows color (decimal): -11314897 or 3103059. OLE color: 3103059.

HSL color Cylindrical-coordinate representation of color #53592F: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53592F is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 47 -
CMYK 0.07 0 0.47 0.65
HSL 68.57º 0.31% 0.27% -
HSV(B) 68.57º 0.47% 0.35% -
XYZ 7.65 9.19 4.06 -
YUV 82.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 83 89 47 0.07 0 0.47 0.65 68.57 0.31 0.27
Hex 53 59 2F 7 0 2F 41 45 1F 1B
Octal 123 131 57 7 0 57 101 105 37 33
Binary 1010011 1011001 101111 111 0 101111 1000001 1000101 11111 11011

Color Harmonies of #53592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53592F

Black with #53592F

Text Example


Text Example

White with #53592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,89,47); }

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

background-color css

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

 a { background-color: rgb(83,89,47); }

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

border-color css

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

 span { border-color: rgb(83,89,47); }

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