#5B622D

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

Shades of Saratoga #5B622D

Tints of Saratoga #5B622D

Color information

#5B622D (or 0x5B622D) is unknown color: approx Saratoga. HEX triplet: 5B, 62 and 2D. RGB value is (91,98,45). Sum of RGB (Red+Green+Blue) = 91+98+45=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #5B622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B622D is #A49DD2. Grayscale: #5A5A5A. Windows color (decimal): -10788307 or 2974299. OLE color: 2974299.

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

Color convert

RGB919845-
CMYK0.0700.540.62
HSL67.92º37.06%28.04%-
HSV(B)67.92º54.08%38.43%-
XYZ9.1611.154.15-
YUV89.86102.68128.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=38.89%
G=41.88%
B=19.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198450.0700.540.6267.9237.0628.04
Hex5B622D70363E44251c
Octal133142557066761044534
Binary101101111000101011011110110110111110100010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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