#5B622C

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

Shades of Saratoga #5B622C

Tints of Saratoga #5B622C

Color information

#5B622C (or 0x5B622C) is unknown color: approx Saratoga. HEX triplet: 5B, 62 and 2C. RGB value is (91,98,44). Sum of RGB (Red+Green+Blue) = 91+98+44=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #5B622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B622C is #A49DD3. Grayscale: #595959. Windows color (decimal): -10788308 or 2908763. OLE color: 2908763.

HSL color Cylindrical-coordinate representation of color #5B622C: hue angle of 67.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B622C is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB919844-
CMYK0.0700.550.62
HSL67.78º38.03%27.84%-
HSV(B)67.78º55.1%38.43%-
XYZ9.1411.144.05-
YUV89.75102.18128.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=39.06%
G=42.06%
B=18.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198440.0700.550.6267.7838.0327.84
Hex5B622C70373E44261c
Octal133142547067761044634
Binary101101111000101011001110110111111110100010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B622C; }

 p { color: rgb(91,98,44); }

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

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

 a { background-color: rgb(91,98,44); }

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

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

 span { border-color: rgb(91,98,44); }

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