Html Css Color HEX #55592C Saratoga

📋 copy color: '#55592C'

red 85 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #55592C

Tints of Saratoga #55592C

RGB

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

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

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

R = 38.99%
G = 40.83%
B = 20.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#55592C (or 0x55592C) is known color: Saratoga. HEX triplet: 55, 59 and 2C. RGB value is (85,89,44). Sum of RGB (Red+Green+Blue) = 85+89+44=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #55592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592C is #AAA6D3. Grayscale: #525252. Windows color (decimal): -11183828 or 2906453. OLE color: 2906453.

HSL color Cylindrical-coordinate representation of color #55592C: hue angle of 65.33º 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 #55592C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 44 -
CMYK 0.04 0 0.51 0.65
HSL 65.33º 0.34% 0.26% -
HSV(B) 65.33º 0.51% 0.35% -
XYZ 7.77 9.26 3.76 -
YUV 82.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 85 89 44 0.04 0 0.51 0.65 65.33 0.34 0.26
Hex 55 59 2C 4 0 33 41 41 22 1A
Octal 125 131 54 4 0 63 101 101 42 32
Binary 1010101 1011001 101100 100 0 110011 1000001 1000001 100010 11010

Color Harmonies of #55592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55592C

Black with #55592C

Text Example


Text Example

White with #55592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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