#5A602F

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

Shades of Saratoga #5A602F

Tints of Saratoga #5A602F

Color information

#5A602F (or 0x5A602F) is unknown color: approx Saratoga. HEX triplet: 5A, 60 and 2F. RGB value is (90,96,47). Sum of RGB (Red+Green+Blue) = 90+96+47=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #5A602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A602F is #A59FD0. Grayscale: #585858. Windows color (decimal): -10854353 or 3104858. OLE color: 3104858.

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

Color convert

RGB909647-
CMYK0.0600.510.62
HSL67.35º34.27%28.04%-
HSV(B)67.35º51.04%37.65%-
XYZ8.9110.744.29-
YUV88.62104.51128.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=38.63%
G=41.20%
B=20.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096470.0600.510.6267.3534.2728.04
Hex5A602F60333E43221c
Octal132140576063761034234
Binary101101011000001011111100110011111110100001110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,47); }

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

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

 a { background-color: rgb(90,96,47); }

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

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

 span { border-color: rgb(90,96,47); }

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