Html Css Color HEX #53592C Saratoga

📋 copy color: '#53592C'

red 83 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #53592C

Tints of Saratoga #53592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 38.43%
G = 41.2%
B = 20.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#53592C (or 0x53592C) is known color: Saratoga. HEX triplet: 53, 59 and 2C. RGB value is (83,89,44). Sum of RGB (Red+Green+Blue) = 83+89+44=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #53592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53592C is #ACA6D3. Grayscale: #525252. Windows color (decimal): -11314900 or 2906451. OLE color: 2906451.

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

Color convert

RGB 83 89 44 -
CMYK 0.07 0 0.51 0.65
HSL 68º 0.34% 0.26% -
HSV(B) 68º 0.51% 0.35% -
XYZ 7.59 9.17 3.75 -
YUV 82.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 83 89 44 0.07 0 0.51 0.65 68 0.34 0.26
Hex 53 59 2C 7 0 33 41 44 22 1A
Octal 123 131 54 7 0 63 101 104 42 32
Binary 1010011 1011001 101100 111 0 110011 1000001 1000100 100010 11010

Color Harmonies of #53592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53592C

Black with #53592C

Text Example


Text Example

White with #53592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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