Html Css Color HEX #55592A Saratoga

📋 copy color: '#55592A'

red 85 ◦ green 89 ◦ blue 42

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

Shades of Saratoga #55592A

Tints of Saratoga #55592A

RGB

 RED value IS 85 (33.59% from 255) = 39.35%

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

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

R = 39.35%
G = 41.2%
B = 19.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#55592A (or 0x55592A) is known color: Saratoga. HEX triplet: 55, 59 and 2A. RGB value is (85,89,42). Sum of RGB (Red+Green+Blue) = 85+89+42=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #55592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592A is #AAA6D5. Grayscale: #525252. Windows color (decimal): -11183830 or 2775381. OLE color: 2775381.

HSL color Cylindrical-coordinate representation of color #55592A: hue angle of 65.11º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55592A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 42 -
CMYK 0.04 0 0.53 0.65
HSL 65.11º 0.36% 0.26% -
HSV(B) 65.11º 0.53% 0.35% -
XYZ 7.74 9.24 3.57 -
YUV 82.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 85 89 42 0.04 0 0.53 0.65 65.11 0.36 0.26
Hex 55 59 2A 4 0 35 41 41 24 1A
Octal 125 131 52 4 0 65 101 101 44 32
Binary 1010101 1011001 101010 100 0 110101 1000001 1000001 100100 11010

Color Harmonies of #55592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55592A

Black with #55592A

Text Example


Text Example

White with #55592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,89,42); }

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

background-color css

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

 a { background-color: rgb(85,89,42); }

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

border-color css

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

 span { border-color: rgb(85,89,42); }

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