Html Css Color HEX #53592E Saratoga

📋 copy color: '#53592E'

red 83 ◦ green 89 ◦ blue 46

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

Shades of Saratoga #53592E

Tints of Saratoga #53592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 38.07%
G = 40.83%
B = 21.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#53592E (or 0x53592E) is known color: Saratoga. HEX triplet: 53, 59 and 2E. RGB value is (83,89,46). Sum of RGB (Red+Green+Blue) = 83+89+46=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #53592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53592E is #ACA6D1. Grayscale: #525252. Windows color (decimal): -11314898 or 3037523. OLE color: 3037523.

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

Color convert

RGB 83 89 46 -
CMYK 0.07 0 0.48 0.65
HSL 68.37º 0.32% 0.26% -
HSV(B) 68.37º 0.48% 0.35% -
XYZ 7.63 9.18 3.95 -
YUV 82.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 83 89 46 0.07 0 0.48 0.65 68.37 0.32 0.26
Hex 53 59 2E 7 0 30 41 44 20 1A
Octal 123 131 56 7 0 60 101 104 40 32
Binary 1010011 1011001 101110 111 0 110000 1000001 1000100 100000 11010

Color Harmonies of #53592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53592E

Black with #53592E

Text Example


Text Example

White with #53592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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