#5A612B

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

Shades of Saratoga #5A612B

Tints of Saratoga #5A612B

Color information

#5A612B (or 0x5A612B) is unknown color: approx Saratoga. HEX triplet: 5A, 61 and 2B. RGB value is (90,97,43). Sum of RGB (Red+Green+Blue) = 90+97+43=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5A612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A612B is #A59ED4. Grayscale: #585858. Windows color (decimal): -10854101 or 2842970. OLE color: 2842970.

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

Color convert

RGB909743-
CMYK0.0700.560.62
HSL67.78º38.57%27.45%-
HSV(B)67.78º55.67%38.04%-
XYZ8.9310.93.92-
YUV88.75102.18128.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=39.13%
G=42.17%
B=18.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097430.0700.560.6267.7838.5727.45
Hex5A612B70383E44271b
Octal132141537070761044733
Binary101101011000011010111110111000111110100010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,97,43); }

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

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

 a { background-color: rgb(90,97,43); }

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

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

 span { border-color: rgb(90,97,43); }

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