#5A652B

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

Shades of Saratoga #5A652B

Tints of Saratoga #5A652B

Color information

#5A652B (or 0x5A652B) is unknown color: approx Saratoga. HEX triplet: 5A, 65 and 2B. RGB value is (90,101,43). Sum of RGB (Red+Green+Blue) = 90+101+43=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #5A652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A652B is #A59AD4. Grayscale: #5B5B5B. Windows color (decimal): -10853077 or 2843994. OLE color: 2843994.

HSL color Cylindrical-coordinate representation of color #5A652B: hue angle of 71.38º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A652B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB9010143-
CMYK0.1100.570.60
HSL71.38º40.28%28.24%-
HSV(B)71.38º57.43%39.61%-
XYZ9.3111.664.04-
YUV91.1100.86127.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=38.46%
G=43.16%
B=18.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101430.1100.570.6071.3840.2828.24
Hex5A652BB0393C47281c
Octal1321455313071741075034
Binary1011010110010110101110110111001111100100011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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