#555423

Color #555423 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #555423

Tints of Saratoga #555423

Color information

#555423 (or 0x555423) is unknown color: approx Saratoga. HEX triplet: 55, 54 and 23. RGB value is (85,84,35). Sum of RGB (Red+Green+Blue) = 85+84+35=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #555423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555423 is #AAABDC. Grayscale: #4E4E4E. Windows color (decimal): -11185117 or 2315349. OLE color: 2315349.

HSL color Cylindrical-coordinate representation of color #555423: hue angle of 58.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555423 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB858435-
CMYK00.010.590.67
HSL58.8º41.67%23.53%-
HSV(B)58.8º58.82%33.33%-
XYZ7.228.392.83-
YUV78.71103.33132.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=41.67%
G=41.18%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85843500.010.590.6758.841.6723.53
Hex555423013B433b2a18
Octal125124430173103735230
Binary1010101101010010001101111011100001111101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555423; }

 p { color: rgb(85,84,35); }

 H1.HeaderClassName
 {
   color: #555423;
 }
 .AnyTagClassName
 {
   color: #555423;
 }
</style>
background-color css

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

 a { background-color: rgb(85,84,35); }

 div.DivClassName
 {
   background-color: #555423;
 }
 .BgClassName
 {
   background-color: #555423;
 }
</style>
border-color css

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

 span { border-color: rgb(85,84,35); }

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